dailies/6: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-06 00:09:08 +05:30
parent 3e8684ee6f
commit 47c74e3e1e
4 changed files with 77 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
title: Indic ligatures in terminal emulators
author: natto
tags: terminals, indic
published: November 11, 2022
---
* Preface
I have been using the [[https://st.suckless.org/][simple terminal]], or =st=, by [[suckless.org]], for almost two years now, and it has been great. Unfortunately it has fixed width unicode support and hence hindi ligatures cannot be rendered properly. There is a [[https://st.suckless.org/patches/ligatures/][ligatures patch]] available but all it does it combine fixed width LTR ligatures. So I spent the last 8 hours or so looking for a way to implement it. Here is what I learnt.