Commit Graph

  • 636c369 added VT100 save&load cursor support. by Aurélien Aptel 2010-02-21 14:28:32 +0100
  • 3ba517e ECH handled correctly. by Aurélien Aptel 2010-02-21 14:14:58 +0100
  • eff05c7 more escapes & more compability: by Aurélien Aptel 2010-02-08 23:16:55 +0100
  • e6b3f5c graphic charset and a few more escapes. by Aurélien Aptel 2010-02-03 16:18:04 +0100
  • 0981437 TERM set to xterm by default (which broke a lot of stuff), better escape handling (title), and a little clean up. by Aurélien Aptel 2010-02-03 03:25:35 +0100
  • f2dff29 drawing is faster but the bold attr is not supported anymore. by Aurélien Aptel 2009-10-28 14:34:22 +0100
  • 4e6915a Fixed possible segfault by reverting to the key struct (again). by Aurélien Aptel 2009-09-07 21:19:29 +0200
  • dab8326 only compile tdump if DEBUG flag is set by Anselm R Garbe 2009-07-10 16:27:14 +0100
  • cf65699 we definately need pixmaps for the drawing, currently drawing into the window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations by Anselm R Garbe 2009-07-10 16:23:11 +0100
  • 0a5e510 reverted back to the old Key struct. by Aurélien Aptel 2009-06-21 19:52:06 +0200
  • 4d794b3 updated "key" to a lookup table. by Aurélien Aptel 2009-06-21 19:37:12 +0200
  • 44d8c31 removed old unused cursor() proto. by Aurélien Aptel 2009-06-17 20:44:36 +0200
  • b8ffa1d fixed the scrolling bug and cleaned some stuff. by Aurélien Aptel 2009-06-17 02:58:40 +0200
  • d5f4554 dump escseq if not handled. by Aurélien Aptel 2009-06-16 12:34:10 +0200
  • 53937e0 clean up. by Aurélien Aptel 2009-06-16 02:41:45 +0200
  • 2e37752 added/removed files, updated Makefile. by Aurélien Aptel 2009-06-16 02:33:38 +0200
  • 8b4bfe3 made kpress() more flexible, removed st.h, added config.h. by Aurélien Aptel 2009-06-16 02:23:46 +0200
  • 5d8aa08 updated TODO. by Aurélien Aptel 2009-06-11 17:03:25 +0200
  • ad39f00 added sigchld handler, cleaned error checking. by Aurélien Aptel 2009-06-11 16:41:14 +0200
  • 2f35cef cleaned up (removed space indentation). select/event bug fixed. by Aurélien Aptel 2009-05-28 01:33:01 +0200
  • 129bcd7 fixed a memory leak & segfault in tresize. by Aurélien Aptel 2009-05-26 02:21:02 +0200
  • 059d2ba updated TODO. by Aurélien Aptel 2009-05-15 00:40:47 +0200
  • a866108 tab moves the cursor instead of inserting spaces. by Aurélien Aptel 2009-05-15 00:39:51 +0200
  • 1cf8b77 handle tabulation (still not perfect) by Aurélien Aptel 2009-05-14 01:03:17 +0200
  • 0ecfcc3 removed truecolor stuff by Aurélien Aptel 2009-05-14 00:28:10 +0200
  • abe6f3b removed the truecolor stuff by Aurélien Aptel 2009-05-14 00:27:37 +0200
  • 86fa756 same thing, really fixed this time. by Aurélien Aptel 2009-05-14 00:18:05 +0200
  • ccafacb added some error checking in xinit (fixed the segfault caused by a missing font) by Aurélien Aptel 2009-05-14 00:04:34 +0200
  • fd281ad Removed unused variable and cleaned some comment. by Aurélien Aptel 2009-05-10 23:32:21 +0200
  • d58dd3b backport of local changes by Anselm R Garbe 2009-05-10 13:17:09 +0100
  • 802f192 add accidentally omitted word by Matthias-Christian Ott 2008-09-05 20:25:34 +0200
  • a7f50eb use stdio(3) by Matthias-Christian Ott 2008-08-25 17:56:00 +0200
  • 07d1edc add description of std by Matthias-Christian Ott 2008-08-25 16:29:37 +0200
  • d61a2a8 add prototype for command parsing by Matthias-Christian Ott 2008-08-07 10:38:54 +0200
  • 240411e correct year of copyright notice by Matthias-Christian Ott 2008-07-21 17:10:33 +0200
  • e0d0a2b simplify Makefile by Matthias-Christian Ott 2008-07-21 17:06:59 +0200
  • 082d8bb reunite pty.c with std.c by Matthias-Christian Ott 2008-07-21 10:34:02 +0200
  • 6c6b65e correct programme name by Matthias-Christian Ott 2008-07-21 09:25:47 +0200
  • 746931a use errx() for help and version messages by Matthias-Christian Ott 2008-07-21 09:25:25 +0200
  • a95f4f2 merge with backout head by Matthias-Christian Ott 2008-07-10 22:43:24 +0200
  • 7a132bd Backed out changeset d2bb4220fdf3 by Matthias-Christian Ott 2008-07-10 22:42:10 +0200
  • fb4508b remove TODO by Matthias-Christian Ott 2008-07-09 11:10:38 +0200
  • 0cbcedb make ptm and pts static by Matthias-Christian Ott 2008-07-09 10:50:44 +0200
  • afc73c9 remove useless variable by Matthias-Christian Ott 2008-07-05 13:29:21 +0200
  • b3902ca remove emallocz() by Matthias-Christian Ott 2008-07-04 18:18:51 +0200
  • f982c1c replace eprint() functions with BSD error functions by Matthias-Christian Ott 2008-07-04 18:05:08 +0200
  • d83cbc2 simplify flushing by Matthias-Christian Ott 2008-06-15 17:31:24 +0200
  • 3cb6793 correct buffering by Matthias-Christian Ott 2008-06-15 09:19:22 +0200
  • cf147ae make local functions and variables static by Matthias-Christian Ott 2008-06-14 23:29:11 +0200
  • f9a0524 add select(2)-based i/o multiplexing by Matthias-Christian Ott 2008-06-14 23:24:12 +0200
  • a49919a drop stdio usage by Matthias-Christian Ott 2008-06-14 23:12:07 +0200
  • 0c0ada8 make st and std separate programmes by Matthias-Christian Ott 2008-06-14 11:03:29 +0200
  • 339e7f3 add missing header file by Matthias-Christian Ott 2008-06-10 18:01:15 +0200
  • 09fe1e2 assume glibc by default by Matthias-Christian Ott 2008-06-10 18:00:15 +0200
  • 5f28725 source utility functions out to util.c by Matthias-Christian Ott 2008-06-10 17:56:57 +0200
  • 05ebee6 add copyright comment by Matthias-Christian Ott 2008-06-10 17:32:15 +0200
  • 47d8633 source getpty() out to pty.c by Matthias-Christian Ott 2008-06-10 17:30:15 +0200
  • 0dedee5 update TODO by Matthias-Christian Ott 2008-06-09 22:24:44 +0200
  • 0dce422 correct function name by Matthias-Christian Ott 2008-06-09 22:21:37 +0200
  • b8f79f0 remove xinerama flags by Matthias-Christian Ott 2008-06-08 21:36:58 +0200
  • 5e680d7 add missing header file by Matthias-Christian Ott 2008-06-08 21:18:49 +0200
  • dc01596 add parser loop by Matthias-Christian Ott 2008-06-08 21:17:02 +0200
  • 5d055fd remove useless variable by Matthias-Christian Ott 2008-06-08 20:55:42 +0200
  • a6efc85 replace state with separate variables by Matthias-Christian Ott 2008-06-08 20:47:08 +0200
  • 50b4785 terminate error message with newline by Matthias-Christian Ott 2008-06-04 19:52:59 +0200
  • c61b34e correct LENGTH() by Matthias-Christian Ott 2008-06-02 20:15:52 +0200
  • 693e241 simplify control flow by Matthias-Christian Ott 2008-06-02 20:01:35 +0200
  • 0b3510d remove debug code by Matthias-Christian Ott 2008-06-02 18:42:23 +0200
  • 40c0ecf remove stdio slave pty opening by Matthias-Christian Ott 2008-06-02 18:41:23 +0200
  • e2ac167 drop support for proprietary UNIX variants by Matthias-Christian Ott 2008-06-02 18:40:22 +0200
  • 375efb8 slight changes by Anselm R Garbe 2008-06-01 18:04:49 +0100
  • 771ece2 applied Matthias-Christians changes to std.c by Anselm R Garbe 2008-06-01 18:02:48 +0100
  • 1987ae4 added some new files for the initial rewrite of st from scratch by Anselm R Garbe 2008-05-20 10:03:59 +0100
  • 16f373e added new TODO by arg@localhost.localdomain 2008-05-11 16:36:13 +0000