Commit Graph

20 Commits

Author SHA1 Message Date
f3704e6553 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
f48c2b1484 Adding the removal of the timeouts to the TODO. 2012-09-05 23:06:59 +02:00
f5c6bcf03a Implement italic font support. 2012-09-05 21:48:26 +02:00
0e0a7f9130 Add to TODO to make function keys work. 2012-09-05 01:32:42 +02:00
245a6418b4 Disable BCE again. 2012-09-05 00:58:17 +02:00
1afbb7799f Removing the resize issue from the TODO file. 2012-09-05 00:09:13 +02:00
6cd52d6c2f Another thing for TODO – resize. 2012-09-04 22:06:54 +02:00
7815df826a Updating the TODO and enabling BCE. 2012-09-04 22:05:24 +02:00
06963a1dc7 Add OSC, DSC, PM, APC and settitle. 2012-08-29 23:14:20 +02:00
5991c6d7d3 update TODO. 2012-02-27 12:48:13 +01:00
adf5d2e32a show dark cursor when unfocused. 2012-02-15 19:33:48 +01:00
bf2e23f535 remove dup of default window size. 2011-09-16 17:57:56 +02:00
31ba817cc3 update TODO 2011-04-22 00:42:58 +02:00
ce404f8263 updated TODO. 2010-09-01 22:54:28 +02:00
ae69ef6758 updated TODO. 2009-06-11 17:03:25 +02:00
9224d3eaf2 updated TODO. 2009-05-15 00:40:47 +02:00
c740fb5be8 backport of local changes 2009-05-10 13:17:09 +01:00
3333bca385 remove TODO 2008-07-09 11:10:38 +02:00
9995f245ee update TODO 2008-06-09 22:24:44 +02:00
9e7b36d72b added new TODO 2008-05-11 16:36:13 +00:00