Christoph Lohmann [Sun, 20 Jan 2013 14:12:45 +0000 (15:12 +0100)]
St is in 2013 now.
Christoph Lohmann [Sun, 20 Jan 2013 13:55:08 +0000 (14:55 +0100)]
Removing BCE from the TODO list.
Christoph Lohmann [Sun, 20 Jan 2013 13:54:35 +0000 (14:54 +0100)]
Implementing Back Color Erase (BCE).
Christoph Lohmann [Sat, 19 Jan 2013 17:38:28 +0000 (18:38 +0100)]
Make line drawing work again.
Christoph Lohmann [Sat, 19 Jan 2013 14:49:34 +0000 (15:49 +0100)]
Yes, xft should be on the buffer. Thanks Mihail Zenkov.
Christoph Lohmann [Sat, 19 Jan 2013 14:00:16 +0000 (15:00 +0100)]
Trying out the double buffering without dbe.
Christoph Lohmann [Sat, 19 Jan 2013 08:13:52 +0000 (09:13 +0100)]
Dbe is not required anymore.
Christoph Lohmann [Fri, 18 Jan 2013 18:22:11 +0000 (19:22 +0100)]
Adding the FAQ entry for zsh.
Thanks Roberto E. Vargas Caballero! You were committing this patch against the
wrong version of the FAQ, so I had to rewrite it.
Christoph Lohmann [Fri, 18 Jan 2013 18:11:25 +0000 (19:11 +0100)]
The title can now be set with UTF-8 characters.
Thanks Mihail Zenkov <mihail.zenkov@gmail.com>!
Christoph Lohmann [Wed, 16 Jan 2013 17:53:32 +0000 (18:53 +0100)]
Adding a nasty resize bug. Maybe it can be fixed.
Christoph Lohmann [Wed, 9 Jan 2013 16:36:59 +0000 (17:36 +0100)]
Removing the .hgtags file. Thanks ilf.
Christoph Lohmann [Tue, 8 Jan 2013 19:36:49 +0000 (20:36 +0100)]
Standout mode has changed. Thanks p37sitdu@lavabit.com!
Christoph Lohmann [Tue, 8 Jan 2013 19:09:33 +0000 (20:09 +0100)]
A different double buffering strategy so the background is default set.
Christoph Lohmann [Tue, 8 Jan 2013 18:46:28 +0000 (19:46 +0100)]
Standout is now reverse. This makes bsd-games work in st.
Christoph Lohmann [Mon, 7 Jan 2013 18:53:41 +0000 (19:53 +0100)]
Adding an FAQ entry for the keypad handling.
Thanks "Roberto E. Vargas Caballero" <k0ga@shike2.com>!
Christoph Lohmann [Sun, 6 Jan 2013 08:52:03 +0000 (09:52 +0100)]
Synchronizing the FAQ of the website and the repository.
Christoph Lohmann [Sat, 5 Jan 2013 19:56:58 +0000 (20:56 +0100)]
Damn, my fault. The cache should have at least some entries.
Christoph Lohmann [Sat, 5 Jan 2013 19:30:25 +0000 (20:30 +0100)]
Applying the changes to the docs; by Peter Hartman.
Christoph Lohmann [Fri, 4 Jan 2013 19:52:22 +0000 (20:52 +0100)]
Making the fontconfig and freetype paths portable in config.mk.
Christoph Lohmann [Tue, 1 Jan 2013 12:15:43 +0000 (13:15 +0100)]
A fix for the XopenIM() errors.
Christoph Lohmann [Sun, 30 Dec 2012 16:35:41 +0000 (17:35 +0100)]
Increasing font cache for speeding up UTF8 demos.
Christoph Lohmann [Sun, 30 Dec 2012 16:35:15 +0000 (17:35 +0100)]
Removing the warning about extents.
Christoph Lohmann [Sat, 29 Dec 2012 15:24:33 +0000 (16:24 +0100)]
Fixing the font unloading in case of zoom.
Christoph Lohmann [Sat, 29 Dec 2012 14:03:03 +0000 (15:03 +0100)]
Speeding up the drawing, then all characters are known.
Christoph Lohmann [Fri, 28 Dec 2012 22:52:04 +0000 (23:52 +0100)]
Adding fallback support to st.
Christoph Lohmann [Sat, 22 Dec 2012 18:50:02 +0000 (19:50 +0100)]
Fixing a compile error.
Christoph Lohmann [Sat, 22 Dec 2012 12:39:27 +0000 (13:39 +0100)]
Fixing a off-by-one error in the penultimate row drawing.
Christoph Lohmann [Tue, 18 Dec 2012 12:00:00 +0000 (13:00 +0100)]
Fixing a precedence problem. Thanks tridactyla!
Christoph Lohmann [Thu, 13 Dec 2012 19:57:15 +0000 (20:57 +0100)]
Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
Christoph Lohmann [Tue, 11 Dec 2012 07:32:08 +0000 (08:32 +0100)]
Adding error checks for XCreateIC and XOpenIM.
Christoph Lohmann [Mon, 10 Dec 2012 22:02:58 +0000 (23:02 +0100)]
Be careful about mar77i's patches.
Christoph Lohmann [Mon, 10 Dec 2012 19:45:46 +0000 (20:45 +0100)]
Fixing the nasty selection bug. Thanks p37sitdu@lavabit.com!
Christoph Lohmann [Mon, 10 Dec 2012 14:02:32 +0000 (15:02 +0100)]
Applying the patch of mar771 right.
Christoph Lohmann [Sun, 9 Dec 2012 20:39:02 +0000 (21:39 +0100)]
Applying the change of the Del key assingment. Thanks Martti Kühne!
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:29 +0000 (22:13 +0100)]
Add support for End key
- Shift + End : Delete until end of line.
- Control + End : Delete until end of screen.
When the End key is pressed without any modifier is not generated the
correct sequence for it (going to the end of the screen), because the size
of the terminal is not known, so it is not possible write a sequence for
this purpouse.
---
config.def.h | 10 ++++++++--
st.info | 2 ++
2 files changed, 10 insertions(+), 2 deletions(-)
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:24 +0000 (22:13 +0100)]
Add support for Supr key
Del : Delete character under cursor.
Shift + Del : Delete the line under cursor.
Ctrl + Del: Delete the full screen.
---
config.def.h | 16 ++++++++++++----
st.info | 2 ++
2 files changed, 14 insertions(+), 4 deletions(-)
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:19 +0000 (22:13 +0100)]
Add support for insert key
Insert key stands for a key which allows enter or leaves insert mode, so let
it generates the correct sequence to change between these modes:
- Insert: Enter in insert mode.
- Shift + Insert: Leave insert mode (replace mode).
- Control + Insert: Insert a blank line.
Like Shift + Insert also paste text, if a user want this feature be full
functional he has to modify such shortcut.
---
config.def.h | 16 ++++++++++++----
st.info | 3 +++
2 files changed, 15 insertions(+), 4 deletions(-)
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:13 +0000 (22:13 +0100)]
Fix value of ka1 terminfo capability
ka1 stands for upper left of keypad, so the correct value is the one
generated by Home in application keypad mode.
---
st.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Christoph Lohmann [Sun, 25 Nov 2012 14:59:16 +0000 (15:59 +0100)]
Add a notice in the config.def.h file how to obtain the syntax for
xft/fontcache.
Christoph Lohmann [Sun, 25 Nov 2012 08:23:34 +0000 (09:23 +0100)]
The style inquisition was here.
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 08:23:02 +0000 (09:23 +0100)]
Add key for toogling numlock handling
Keypad will generate keycodes when keypad application mode is enabled. It
can cause problems with some programs like vi, which operates in such
mode.
This patch change by default don't generate the keycodes never, but this
behaviour can be changed using the combination Alt + NumLock.
---
config.def.h | 34 ++++++++++++++++++----------------
st.c | 17 +++++++++++++++--
2 files changed, 33 insertions(+), 18 deletions(-)
Christoph Lohmann [Wed, 21 Nov 2012 19:38:15 +0000 (20:38 +0100)]
Fixing the calculation of the base tty pixel size.
Christoph Lohmann [Mon, 19 Nov 2012 16:22:32 +0000 (17:22 +0100)]
Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!
Roberto E. Vargas Caballero [Fri, 16 Nov 2012 10:32:17 +0000 (11:32 +0100)]
Add application cursor sequences for Home
The commit 'Fixing some key issues with mc' fix the problem where mc didn't
recognize home key because the generated code and the terminfo entry were
different (terminfo khome = \E[1~ but generates \033[H).
Home key in ansi mode should generate the sequence CUP (\033[H) to 0,0 (home
position), but it is also interesting generate a application code which
identifies the key. Real vt520 only generates the ansi sequence CUP, linux
console generates only the application code \033[1~, xterm generates CUP in
ansi mode and \033OH in cursor application mode, rxvt only generates the
application code \033[7~.
This patch sets CUP in ansi mode and \033[1~ in cursor application mode, so
it can be used in both modes and the application mode value is similar to
near values (insert = \033[2~, Prior = \033[5~, Next = \033[6~, End =
\033[4~, Supr = \033[3).
---
config.def.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Christoph Lohmann [Fri, 16 Nov 2012 04:43:00 +0000 (05:43 +0100)]
Fixing some key issues with mc. Thanks nsz!
Christoph Lohmann [Thu, 15 Nov 2012 20:42:58 +0000 (21:42 +0100)]
Getbuttoninfo is always used the same and just a helper function. Shrinking it
a bit. Thanks nsz!
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 19:57:37 +0000 (20:57 +0100)]
Fix speech error in comment
---
st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 19:57:33 +0000 (20:57 +0100)]
Remove unused fields in cursor_movement
---
st.c | 4 ----
1 file changed, 4 deletions(-)
Christoph Lohmann [Thu, 15 Nov 2012 19:25:16 +0000 (20:25 +0100)]
Removing my debug fprintf().
Christoph Lohmann [Thu, 15 Nov 2012 19:19:35 +0000 (20:19 +0100)]
Optimizing the key lookup to the X11 function key. It is still possible to
remap other keys.
Christoph Lohmann [Thu, 15 Nov 2012 19:03:18 +0000 (20:03 +0100)]
Making all function keys accessible.
Christoph Lohmann [Thu, 15 Nov 2012 19:00:46 +0000 (20:00 +0100)]
Adding support for XK_F35.
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 18:01:16 +0000 (19:01 +0100)]
Fix Shift + Insert shortcut
This patch apply the same code for shortcuts that it is used now for defined
keys. So it is possible use now XK_NO_MOD and XK_ANY_MOD for defining shortcuts.
---
st.c | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
Christoph Lohmann [Thu, 15 Nov 2012 15:36:48 +0000 (16:36 +0100)]
Changing the TODO to the current state.
Christoph Lohmann [Thu, 15 Nov 2012 15:26:50 +0000 (16:26 +0100)]
Fixing the return and keypad enter sent characters. Terminals produce \r. And
some minor style changes.
Christoph Lohmann [Thu, 15 Nov 2012 15:21:23 +0000 (16:21 +0100)]
Import the patch of Eckehard Berns to add insert mode. Thanks!
Christoph Lohmann [Thu, 15 Nov 2012 14:57:01 +0000 (15:57 +0100)]
The crlf mode was reversed.
Christoph Lohmann [Thu, 15 Nov 2012 14:54:34 +0000 (15:54 +0100)]
Fixing Return in non-crlf mode.
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 14:36:20 +0000 (15:36 +0100)]
Use XK_ANY_MOD instead of XK_NO_MOD in key definition
Usually terminal emulators don't generate any sequence for a combination
they don't have registered, for example Shift + Next, but st behavior
previous to the keyboard patch generates the sequence without the modifier,
in this example Next. This patch uses the XK_ANY_MOD in order to get this
same behaviour.
---
config.def.h | 114 ++++++++++++++++++++++++++++++----------------------------
1 file changed, 59 insertions(+), 55 deletions(-)
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 14:36:13 +0000 (15:36 +0100)]
Fix XK_NO_MOD and XK_ANY_MOD behavior
XK_NO_MOD match a key without modifiers and XK_ANY_MOD match a key does not
matter what modifiers are pressed to. Like they are mask the best value for
XK_ANY_MOD is all the bits to 1, so the and with any state will be equal to
the state. This also imply that is necessary check the case for XK_NO_MOD
(no modifiers at all) with some modifier in state, and the inverse
(some mask different to XK_ANY_MOD or XK_NO_MOD and no modifiers in state).
---
st.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Roberto E. Vargas Caballero [Wed, 14 Nov 2012 10:14:29 +0000 (11:14 +0100)]
Fix tab key
When Shift + Tab is pressed X server send the event XK_ISO_Left_Tab with
ShiftMask, so this is the entry we need in config.def.h
This patch also revert the previous patch for this issue because it breaks
the keyboard.
---
config.def.h | 2 +-
st.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Christoph Lohmann [Wed, 14 Nov 2012 05:37:24 +0000 (06:37 +0100)]
Fixing the tab key, when no mask is wanted.
Christoph Lohmann [Tue, 13 Nov 2012 19:13:39 +0000 (20:13 +0100)]
The style inquisition was here again.
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:05:02 +0000 (20:05 +0100)]
Add missed key definitions
This patch adds the keys for the keypad (in both modes, application mode or
ansi mode) and function keys. It uses the same convention than xterm and
instead of using the XK_Fxx values it generates them using F1-F12 and
modifiers. For example:
F1 -> ^[OP
F1 + Shift = F13 -> ^[[1;2P
F1 + Control = F25 -> ^[[1;5P
F1 + Mod2 = F37 -> ^[[1;6P
F1 + Mod1 = F49 -> ^[[1;3P
F1 + Mod3 = F61 -> ^[[1;4P
It is also important notice than the terminfo capability kIC (shifted insert
key) only can be generated using the keypad keyboard, because the shorcut
for selection paste is using the same combination.
After this path the number of elements in the Key array becomes high, and
maybe a sequencial search is not enough efficient now.
---
TODO | 6 +---
config.def.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
st.info | 70 ++++++++++++++++++++++++++++++++++++++--
3 files changed, 169 insertions(+), 9 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:54 +0000 (20:04 +0100)]
Add control and meta combinations for arrow keys
Since there isn't any terminfo capability for control and meta modifiers for
arrows keys it is necessary use the same that almost terminal emulators use,
because there are a lot of programs which have these codes hardcoded.
This cause also that shift combinations are also changed, but in this case
this is not a problem since there are terminfo capabilities for them. After
this patch shift-up and shift-down continue not working in emacs with
TERM=st, but they work with TERM=xterm, so it is possible some other changes
are necessary in the terminfo entry.
---
config.def.h | 16 ++++++++++++----
st.info | 8 ++++----
2 files changed, 16 insertions(+), 8 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:50 +0000 (20:04 +0100)]
Fix arrow keys terminfo capabilities
Usually the arrow keys generate the ANSI sequence which terminal will
understand like a movement, so it is not necessary any dealing for them, the
program can not know if the sequence is generate for a echo key or directly
from the program. If you need really know if the key was pressed then you
need activate the keypad mode where the keys will generate a special code
for each keypad key.
The terminfo capabilities kcub1, kcud1, kcuf1 and kcuu1 are used for this
keypad code, not for the sequence generate in the ansi mode.
---
st.info | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:45 +0000 (20:04 +0100)]
Remove hardcoded keys form kpress
Some keys were in the Key array while others were hardcoded in
kpress().This cause some problems with some keys which can generate more of
one string based in the configuration of the terminal.
---
config.def.h | 70 ++++++++++++++++++++++++++++++++++++++++-----------------
st.c | 71 +++++++++++++++++++++++++---------------------------------
2 files changed, 79 insertions(+), 62 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:39 +0000 (20:04 +0100)]
Move Shift + Insert to shortcut
Shift + Insert is used like a hot key for paste the selection, so it is more
logical move it to shortcut array instead of having special code for it.
---
config.def.h | 1 +
st.c | 13 +++----------
2 files changed, 4 insertions(+), 10 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:34 +0000 (20:04 +0100)]
Fix keypad mode and cursor mode
Keypad mode is used for detecting when keys in the auxiliary keypad are
pressed, while cursor mode is used for detecting when a cursor is pressed,
but they are different modes.
St was mixing both modes and DECPAM and DECPNM modified the cursor mode, and
this was incorrect.
---
st.c | 5 +++--
st.info | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
Roberto E. Vargas Caballero [Tue, 13 Nov 2012 19:04:26 +0000 (20:04 +0100)]
Add SRM sequence
This sequence enable/disable the local echo.
---
st.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 56 insertions(+), 20 deletions(-)
Christoph Lohmann [Sun, 11 Nov 2012 18:46:34 +0000 (19:46 +0100)]
Gc is not used anymore.
Christoph Lohmann [Sun, 11 Nov 2012 18:38:41 +0000 (19:38 +0100)]
Removing some xft naming cruft.
Christoph Lohmann [Thu, 8 Nov 2012 16:22:48 +0000 (17:22 +0100)]
Moving the alt declaration to the beginning of the function.
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:22:04 +0000 (17:22 +0100)]
Move unsupported sequences to ignored.
These sequences will be never implemented and in this moment they are
generating a lot of noise.
---
st.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:21:41 +0000 (17:21 +0100)]
Ignore DECARM sequence
DECARM modify the auto repeat settings in the keyboard, and since we can not
modify this setting in the Xserver the best solution is only ignore it.
---
st.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:21:24 +0000 (17:21 +0100)]
Fix VPR sequence
VPR stands for Move cursor down a number of rows, and the code was moving
the cursor up instead of moving it down.
---
st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:21:10 +0000 (17:21 +0100)]
Add DECOM sequence
DECOM sequence allows to the user defines a new home position. The home
position is used as base for all the movement commands except HVP and
VPA. It is important notice than DECSLM moves cursor to absolute position
0,0.
---
st.c | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:20:15 +0000 (17:20 +0100)]
Save cursor position in terminal reset
After terminal reset saved terminal position is reset to 0, allowing know
where cursor will go in next restore cursor operation.
---
st.c | 2 ++
1 file changed, 2 insertions(+)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:17:26 +0000 (17:17 +0100)]
Clarify some or exclusive expressions
Since relational expresions are always evaluated to 0 or 1, we can use
bitwise xor operator instead of using more complex boolean expressions.
---
st.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Roberto E. Vargas Caballero [Thu, 8 Nov 2012 16:15:26 +0000 (17:15 +0100)]
Fix bug restoring cursor position
Sequences like DECSC, DECRC, ESC [?1047l or ESC [?1047h save and restore
cursor attributes, than taken from vt100 manual are:
Save Cursor (DECSC) ESC 7
===========================
Saves the following in terminal memory.
- cursor position
- graphic rendition
- character set shift state
- state of wrap flag
- state of origin mode
Restore Cursor (DECRC) ESC 8
===========================
Restores the states described for (DECSC) above. If none of these
characteristics were saved, the cursor moves to home position; origin
mode is reset; no character attributes are assigned; and the default
character set mapping is established.
This implies that hide attribute of the cursor should not be saved/restored
in these sequences. The best way to fix this problem is moving hide
attribute into the terminal mode, instead of having it in the cursor state.
---
st.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Christoph Lohmann [Tue, 6 Nov 2012 22:44:37 +0000 (23:44 +0100)]
Adding scrollwheel support. Thanks Brandon Invergo!
Christoph Lohmann [Mon, 5 Nov 2012 03:02:20 +0000 (04:02 +0100)]
Changing the license to MIT/X.
Christoph Lohmann [Sat, 3 Nov 2012 23:04:56 +0000 (00:04 +0100)]
Fixing meta+return. Thanks Szabolcs Nagy!
Christoph Lohmann [Sat, 3 Nov 2012 13:05:45 +0000 (14:05 +0100)]
Removing the debugging for the last fix too.
Christoph Lohmann [Sat, 3 Nov 2012 13:05:15 +0000 (14:05 +0100)]
Fixing a resize bug, if a smaller amount than the lineheight is resized.
Thanks c00kiemon5ter!
Christoph Lohmann [Sat, 3 Nov 2012 12:43:20 +0000 (13:43 +0100)]
Fixing bold fonts in reverse mode.
Christoph Lohmann [Sat, 3 Nov 2012 07:35:32 +0000 (08:35 +0100)]
Now italic and bold works.
Christoph Lohmann [Sat, 3 Nov 2012 02:24:22 +0000 (03:24 +0100)]
Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!
Christoph Lohmann [Fri, 2 Nov 2012 22:19:56 +0000 (23:19 +0100)]
Fixing the italic-bold font check. Thanks nsz.
Christoph Lohmann [Fri, 2 Nov 2012 19:08:51 +0000 (20:08 +0100)]
Added tag 0.3 for changeset
9d54ce4daf34
Christoph Lohmann [Fri, 2 Nov 2012 19:08:27 +0000 (20:08 +0100)]
0.3 release.
Christoph Lohmann [Fri, 2 Nov 2012 19:07:11 +0000 (20:07 +0100)]
Make it possible to use the corefont font description too. It is not very
useful, but easy to implement.
Christoph Lohmann [Fri, 2 Nov 2012 18:56:02 +0000 (19:56 +0100)]
Moving to the dwm config.h variable usage.
Christoph Lohmann [Wed, 31 Oct 2012 19:36:32 +0000 (20:36 +0100)]
Adding a FAQ to reference utmp(1).
Christoph Lohmann [Wed, 31 Oct 2012 19:35:07 +0000 (20:35 +0100)]
Cleaning up the TODO file.
Christoph Lohmann [Sun, 28 Oct 2012 13:13:39 +0000 (14:13 +0100)]
Removing the now senseless comment in config.def.h. Thanks to bnwe!
Christoph Lohmann [Sun, 28 Oct 2012 12:37:11 +0000 (13:37 +0100)]
Applying the patch of the little girl <yui@blekksprut.net> to make cjk input
possible. Thanks!
Christoph Lohmann [Sun, 28 Oct 2012 12:35:00 +0000 (13:35 +0100)]
Applying the tab expansion patch from koga.
Christoph Lohmann [Sun, 28 Oct 2012 12:25:53 +0000 (13:25 +0100)]
Adding a more flexible fontstring handling, shortcuts and a zoom function.
Christoph Lohmann [Sun, 28 Oct 2012 05:54:08 +0000 (06:54 +0100)]
Applying the patch of Roberto Caballero to set WINDOWID and all the pwuid()
variables. Thanks! xinit() and ttynew() had to be switched in their
call-appearance. Otherwise xw.win is not set.