Commit Graph

20 Commits

Author SHA1 Message Date
85849ce72a Remove timeout in the main loop
The main loop waits until there is some data to read in file descriptors of
the X server or the pseudo tty. But it uses a timeout in select(), which
causes that st awake each 20 ms, even it doesn't have something to do. This
patch removes this problem removing the timeout, which is not needed.
---
 TODO |    1 -
 st.c |   27 +++------------------------
 2 files changed, 3 insertions(+), 25 deletions(-)
2012-09-16 10:47:21 +02:00
86cf8e3073 Adding the removal of the timeouts to the TODO. 2012-09-05 23:06:59 +02:00
462a966ee2 Implement italic font support. 2012-09-05 21:48:26 +02:00
56c551e4f4 Add to TODO to make function keys work. 2012-09-05 01:32:42 +02:00
da4a77edbe Disable BCE again. 2012-09-05 00:58:17 +02:00
98dc91eb82 Removing the resize issue from the TODO file. 2012-09-05 00:09:13 +02:00
e02d72441a Another thing for TODO – resize. 2012-09-04 22:06:54 +02:00
052a617828 Updating the TODO and enabling BCE. 2012-09-04 22:05:24 +02:00
6696ef8563 Add OSC, DSC, PM, APC and settitle. 2012-08-29 23:14:20 +02:00
8fdba7494f update TODO. 2012-02-27 12:48:13 +01:00
be2877cd04 show dark cursor when unfocused. 2012-02-15 19:33:48 +01:00
d5f3d120ea remove dup of default window size. 2011-09-16 17:57:56 +02:00
aede91e22a update TODO 2011-04-22 00:42:58 +02:00
32e160c939 updated TODO. 2010-09-01 22:54:28 +02:00
5d8aa08ba5 updated TODO. 2009-06-11 17:03:25 +02:00
059d2ba264 updated TODO. 2009-05-15 00:40:47 +02:00
d58dd3b8bc backport of local changes 2009-05-10 13:17:09 +01:00
fb4508b0b7 remove TODO 2008-07-09 11:10:38 +02:00
0dedee5de8 update TODO 2008-06-09 22:24:44 +02:00
16f373e36c added new TODO 2008-05-11 16:36:13 +00:00