Commit Graph

  • 97695ba factored code and fixed behaviour of tnewline(). by Aurélien Aptel 2010-09-01 23:20:54 +0200
  • 32e160c updated TODO. by Aurélien Aptel 2010-09-01 22:54:28 +0200
  • 42344b7 started to go through st.info and fix things. by Aurélien Aptel 2010-09-01 22:54:07 +0200
  • a79bc96 capabilities sorted by capname in st.info. copy acsc from xterm. by Aurélien Aptel 2010-09-01 19:47:46 +0200
  • df5c5ed removed debug code. by Aurélien Aptel 2010-09-01 18:12:54 +0200
  • 5ce6c5c fixed IL and DL. by Aurélien Aptel 2010-09-01 17:21:09 +0200
  • ef69118 factor and cleanup code. by Aurélien Aptel 2010-09-01 16:26:12 +0200
  • f732ca5 added correct line drawing characters for default font. by Aurélien Aptel 2010-09-01 00:30:39 +0200
  • cfe8975 use struct instead of array. by Aurélien Aptel 2010-08-31 18:30:18 +0200
  • 9703859 cleanup. by Aurélien Aptel 2010-08-31 18:22:59 +0200
  • 591d147 fix segfault when selecting big buffers by pancake@nopcode.org 2010-08-31 17:36:55 +0200
  • 1132d9e fix build. by Aurélien Aptel 2010-08-31 16:56:27 +0200
  • c4225bd add selinit() and renamed clipboard_* to sel*. by Aurélien Aptel 2010-08-31 16:53:34 +0200
  • f211bc2 move event configuration in xinit(). by Aurélien Aptel 2010-08-31 16:30:11 +0200
  • ee858b4 use one global struct instead of many vars for selection. Cleanup. by Aurélien Aptel 2010-08-31 15:36:13 +0200
  • 80f70f1 use GLYPH_SET to test if a char is set; cleanup. by Aurélien Aptel 2010-08-31 14:52:52 +0200
  • 23cc3fc fix crash for small windows by pancake@nopcode.org 2010-08-31 11:40:57 +0200
  • 160bda1 toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. by Aurélien Aptel 2010-08-31 11:02:17 +0200
  • 596bb13 fix build by pancake 2010-08-30 23:49:15 +0200
  • 0ba53e4 initial implementation of selection and clipboard by pancake 2010-08-30 23:41:37 +0200
  • e1ce89f fix segfault by pancake@nopcode.org 2010-08-30 17:07:54 +0200
  • 12c25bc added support for alternate screen. by Aurélien Aptel 2010-08-30 16:48:18 +0200
  • 326586b cursor is hid when unfocused. by Aurélien Aptel 2010-08-30 15:28:29 +0200
  • ae5baac use predefined OS macro instead of uname. by Aurélien Aptel 2010-08-30 13:04:19 +0200
  • bef87ac st should compile on NetBSD. by Aurélien Aptel 2010-08-30 01:20:38 +0200
  • 1bb7398 removed pty.h. minimal system guessing added in config.mk. by Aurélien Aptel 2010-08-30 03:12:11 +0200
  • e851736 removed (visual) bell. '\a' sets the urgency flag if st is unfocused. by Aurélien Aptel 2010-08-30 03:05:05 +0200
  • 188293c removed useless cursor init. and renamed xcursor() to xdrawcursor(). by Aurélien Aptel 2010-08-30 01:45:57 +0200
  • 7d88cf8 added support for the "magic margin", changed c.hide to c.state, changed xcursor() to use term instead of a by Aurélien Aptel 2010-08-30 01:35:37 +0200
  • 1f6e7b8 removed old VT52 escapes, fixed VT100 IND. by Aurélien Aptel 2010-08-30 01:19:05 +0200
  • 581ae58 fix warning by pancake 2010-08-30 00:32:49 +0200
  • 5258d60 fixed optimized drawing routine and factored some code. by Aurélien Aptel 2010-08-29 20:12:44 +0200
  • b4f623f fixed pixmap buffer drawing. by Aurélien Aptel 2010-08-29 19:41:36 +0200
  • eab9aad added a XFlush() in xbell(). by Aurélien Aptel 2010-08-29 19:14:05 +0200
  • 2181040 moved term.hidec in term.c for consistency, put back delay in xbell() by Aurélien Aptel 2010-08-29 18:55:15 +0200
  • c186c8e merged tscroll() with tscrollup(). by Aurélien Aptel 2010-08-29 12:27:59 +0200
  • 6db6980 st now runs on Linux, OpenBSD and FreeBSD. by Aurélien Aptel 2010-08-28 03:18:22 +0200
  • c563328 removed XINERAMA from config.mk and fixed a segfault when st is by Aurélien Aptel 2010-08-27 13:53:27 +0200
  • a1018e0 fixed potential bug in IS_SET(). by Aurélien Aptel 2010-08-27 00:58:28 +0200
  • fbb66da merged tcursorwrap() with tnewline(), added few comments and updated copyright. by Aurélien Aptel 2010-08-27 00:28:27 +0200
  • 42b2912 cleaned some spaces. by Aurélien Aptel 2010-08-27 00:05:50 +0200
  • 5d611cd added macro to test flags, removed tmovecursor(). by Aurélien Aptel 2010-08-26 23:43:08 +0200
  • 4db3df3 faster resizing. by Aurélien Aptel 2010-08-26 21:37:12 +0200
  • e8c13eb close master/slave pty in the shell process. by Aurélien Aptel 2010-08-26 21:36:21 +0200
  • 5c93f39 clean \t. by Aurélien Aptel 2010-08-26 21:34:37 +0200
  • 4422648 update function prototypes. by Aurélien Aptel 2010-08-26 21:33:53 +0200
  • b09401b fix \b and clean \t. by Aurélien Aptel 2010-08-26 21:32:34 +0200
  • a7922bd added F1-12 key, fixed DCH and ICH. by Aurélien Aptel 2010-08-22 19:46:46 +0200
  • ce3f4fc fixed backspace problem, updated terminfo entry and moved TNAME in config.h. by Aurélien Aptel 2010-08-19 12:46:54 +0200
  • d2f157c renamed a function. by Aurélien Aptel 2010-08-13 22:43:30 +0200
  • 10e49a0 applied Devin J Pohly's st color info patches, thanks Devin! by Anselm R Garbe 2010-07-24 12:09:14 +0100
  • 9e8f5f1 fix gcc warnings by pancake@nopcode.org 2010-07-08 17:34:02 +0200
  • 499c70c fixed background color bug (thx Devin J. Pohly). by Aurélien Aptel 2010-07-08 16:31:41 +0200
  • 2f96cfe added PBaseSize hint and set default title to "st". by Aurélien Aptel 2010-06-03 23:14:37 +0200
  • 2f5ebe0 rearranged code, resize fixed. by Aurélien Aptel 2010-06-02 16:01:30 +0200
  • 476f937 little clean up. by Aurélien Aptel 2010-04-27 00:04:29 +0200
  • d01c55c use SHELL environment variable (thx Thomas Adam) by Aurélien Aptel 2010-04-26 19:20:53 +0200
  • b3b7ffc double-buffering added using pixmap (finally). by Aurélien Aptel 2010-03-15 23:56:38 +0100
  • 0f4dd50 bold attribute is back. by Aurélien Aptel 2010-03-11 23:50:50 +0100
  • 7cdaf13 added VT100 NEL. by Aurélien Aptel 2010-02-21 14:59:32 +0100
  • 639f16d added VT100 RI. by Aurélien Aptel 2010-02-21 14:39:31 +0100
  • 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