Commit Graph

  • 54bc450 use memmove() instead of memcpy() in ttyread(). by Aurélien Aptel 2010-11-28 01:40:39 +0100
  • af75c43 fix and clean ttyread(). buf wasn't static. by Aurélien Aptel 2010-11-27 21:19:31 +0100
  • 41a4497 merge. by Aurélien Aptel 2010-11-26 22:12:54 +0100
  • 00ba696 s/xw.dis/xw.dpy/ by Aurélien Aptel 2010-11-26 22:11:31 +0100
  • eaf38bf Fix unused variable issue and OSX includes by pancake@nopcode.org 2010-11-24 14:27:44 +0100
  • b61925b cleanup & bugfix in xdraws(). by Aurélien Aptel 2010-11-20 22:24:04 +0100
  • 81a048d clean comment regarding redrawing in bmotion(). by Aurélien Aptel 2010-11-19 22:32:39 +0100
  • b61afd2 Add -c option to override the default window class by Gregor Best 2010-11-19 17:13:13 +0100
  • 70464e2 some code cleaning. by Aurélien Aptel 2010-11-18 12:43:33 +0100
  • 9b74fca utf8 support! print text in delicious unicode greatness! all hail to the glorious Damian Okrasa for the patch! by Aurélien Aptel 2010-11-18 01:00:04 +0100
  • d581bfc selection code cleanup. by Aurélien Aptel 2010-11-08 19:49:13 +0100
  • b1e6099 fixed ED. by Aurélien Aptel 2010-10-31 20:29:22 +0100
  • edfbc9b redraw if we scroll on resize by Devin J. Pohly 2010-10-25 16:45:13 -0400
  • 638a303 get rid of artifacts in border on resize down by Devin J. Pohly 2010-10-25 16:00:10 -0400
  • d85f731 copy old pixmap to new on resize by Devin J. Pohly 2010-10-25 15:26:47 -0400
  • 1243581 move code into new xresize func, add early exit to resize by Devin J. Pohly 2010-10-25 15:10:41 -0400
  • 722688d \v and \f are have the same behaviour of \n. by Aurélien Aptel 2010-10-16 20:54:19 +0200
  • 6f87a39 added LNM mode; re-organized kpress() to handle it. by Aurélien Aptel 2010-10-16 20:50:29 +0200
  • ce27e63 redraw optimization. by Aurélien Aptel 2010-10-16 17:13:22 +0200
  • 9e00484 fixed newline bug. by Aurélien Aptel 2010-10-14 19:21:12 +0200
  • 68d8fcf replaced memset by loops in tresize(); turns out it's faster. by Aurélien Aptel 2010-10-13 01:27:09 +0200
  • e4bf56a remove useless draw(). by Aurélien Aptel 2010-10-13 01:25:04 +0200
  • d693b30 applied xclipboard patch. thx David Isaac Wolinsky. by Aurélien Aptel 2010-10-13 01:24:11 +0200
  • 3a50a4f clean button selection code. by Aurélien Aptel 2010-10-13 00:50:18 +0200
  • 3470e3a compose key patch. thx federico luna. by Aurélien Aptel 2010-09-21 16:04:13 +0200
  • 6faedce s/hasfocus/focus/ for consistency. by Aurélien Aptel 2010-09-11 16:07:36 +0200
  • ab7037c don't draw if the window is not visible. by Aurélien Aptel 2010-09-11 16:05:57 +0200
  • f693476 use xclear() in draw(). by Aurélien Aptel 2010-09-11 16:01:41 +0200
  • 8c37579 use XCreateWindow(), set gravity bit. by Aurélien Aptel 2010-09-11 15:59:54 +0200
  • 273d4ba cleaning st.info. added comment in st.c for DECSCNM. by Aurélien Aptel 2010-09-03 00:15:43 +0200
  • c435261 cleaning st.info. fixed cvvis. by Aurélien Aptel 2010-09-03 00:00:41 +0200
  • 58083da set terminal colors to xterm default ones. by Aurélien Aptel 2010-09-02 22:35:55 +0200
  • ebc2872 removed gfx chars not present in xterm acsc. by Aurélien Aptel 2010-09-02 21:59:05 +0200
  • 7d325a3 fixed start/end sequence of gfx. by Aurélien Aptel 2010-09-02 20:24:33 +0200
  • 223909e undefined gfx doesn't draw \0. by Aurélien Aptel 2010-09-02 20:21:40 +0200
  • b6af0fd fixed makefile. by Aurélien Aptel 2010-09-02 02:03:53 +0200
  • 2080dfe added manpage. by Aurélien Aptel 2010-09-02 02:02:56 +0200
  • fbc6ec3 resize from the top. by Aurélien Aptel 2010-09-02 01:42:03 +0200
  • 9d82bdd added -e and -t option. by Aurélien Aptel 2010-09-02 01:37:01 +0200
  • 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