sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (745B)


      1 nowide
      2 ======
      3 
      4 Description
      5 -----------
      6 This patch adds a new terminal mode, /NOWIDE/. If it's enabled, wide characters
      7 will be replaced with a faint question mark. This mode can be enabled or
      8 disabled by default with the `renderwide` variable in `config.def.h`, and can be
      9 toggled with a keybind (`Ctrl+Shift+W` by default).
     10 
     11 This mode is specially useful if your font doesn't support wide characters,
     12 since rendering them usually makes the terminal really, really slow, specially
     13 when scrolling.
     14 
     15 This patch is intended for ST 0.8.2, but it should be easy to port it to newer
     16 versions.
     17 
     18 Download
     19 --------
     20 * [st-nowide-20241013-0.8.2.diff](st-nowide-20241013-0.8.2.diff)
     21 
     22 Authors
     23 -------
     24 * [8dcc](https://github.com/8dcc) - <8dcc.git@gmail.com>