This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5d624a8d424dc62f881fe91793c2eaef4879fd9a Mon Sep 17 00:00:00 2001 | |
From: Sweets <redacted> | |
Date: Tue, 27 Mar 2018 20:14:41 -0500 | |
Subject: [PATCH] Unicode input support (TERMMOD+u, ctrl+shift+u by default) | |
--- | |
config.def.h | 27 +++++++------- | |
st.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++--------- | |
st.h | 1 + | |
3 files changed, 117 insertions(+), 30 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STARTFONT 2.1 | |
FONT -sweets-eclair-medium-r-normal--12----C--ISO10646-1 | |
SIZE 4 72 72 | |
FONTBOUNDINGBOX 6 12 0 -2 | |
STARTPROPERTIES 17 | |
DEFAULT_CHAR 65535 | |
CHARSET_ENCODING "1" | |
CHARSET_REGISTRY "ISO10646" | |
SPACING "C" | |
FONT_ASCENT 10 |