Commit Graph

  • 7d352f1436 applied parts of Connor Lane Smith's cleanup patch. Aurélien Aptel 2011-05-14 17:47:37 +0200
  • 5beae6a62e macro cleanup. Aurélien Aptel 2011-05-10 22:55:35 +0200
  • 0107293a44 add mouse report escape to terminfo entry. Aurélien Aptel 2011-05-10 22:54:30 +0200
  • 80da37203e support for x11 xterm mouse reporting Aurélien Aptel 2011-05-10 22:22:44 +0200
  • 8eaed2cdda whitespace. Aurélien Aptel 2011-04-26 20:29:28 +0200
  • babf4db52b cleanup. Aurélien Aptel 2011-04-26 20:22:15 +0200
  • aede91e22a update TODO Aurélien Aptel 2011-04-22 00:42:58 +0200
  • 9d5ea14b9d selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (thx Magnus Leuthner) Aurélien Aptel 2011-04-22 00:18:53 +0200
  • d3c5aba2d9 update README. Aurélien Aptel 2011-04-03 21:40:33 +0200
  • 742a4a18c2 quick bug-fixing 0.1.1 release. Aurélien Aptel 2011-04-03 21:05:41 +0200
  • 73e37f5629 update VERSION. Aurélien Aptel 2011-04-03 21:04:45 +0200
  • 89c8a3a2d9 take BORDER into account for selection. (thx Petr Sabata) Aurélien Aptel 2011-04-03 21:03:48 +0200
  • 9b63dd9f43 fix utf8 clipboard. (thx Petr Sabata) Aurélien Aptel 2011-04-03 21:00:55 +0200
  • 1adf2e3978 Added tag 0.1 for changeset cbc18c988236 Aurélien Aptel 2011-04-03 02:02:31 +0200
  • 674434ef6f add support for utf8 clipboard. fix usage message. Aurélien Aptel 2011-04-03 00:35:02 +0200
  • a047431d34 do not add newline to selection text if next line not selected (Nick) pancake@nopcode.org 2011-04-01 09:35:38 +0200
  • fe72483686 remove debugging printf pancake@nopcode.org 2011-04-01 09:33:28 +0200
  • 1ab42fd49e apply Nick's patch to fix some error printf to use stderr pancake@nopcode.org 2011-04-01 09:32:41 +0200
  • 4d649c2403 fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek) Aurélien Aptel 2011-01-23 12:30:01 +0100
  • 0a208cb616 change X cursor to "I". Aurélien Aptel 2010-12-12 13:32:13 +0100
  • e8b18dd97b update terminfo entry. Aurélien Aptel 2010-12-08 18:41:55 +0100
  • fd1149866f add new line glitch to terminfo entry. Aurélien Aptel 2010-12-08 18:09:39 +0100
  • 86c5cb6de6 change -e behaviour and update man page. Aurélien Aptel 2010-11-30 22:55:44 +0100
  • 732b9601ed -e flag handles arguments. Aurélien Aptel 2010-11-28 13:17:20 +0100
  • 54bc450dbf use memmove() instead of memcpy() in ttyread(). Aurélien Aptel 2010-11-28 01:40:39 +0100
  • af75c433e5 fix and clean ttyread(). buf wasn't static. Aurélien Aptel 2010-11-27 21:19:31 +0100
  • 41a4497ecf merge. Aurélien Aptel 2010-11-26 22:12:54 +0100
  • 00ba6969f8 s/xw.dis/xw.dpy/ Aurélien Aptel 2010-11-26 22:11:31 +0100
  • eaf38bf310 Fix unused variable issue and OSX includes pancake@nopcode.org 2010-11-24 14:27:44 +0100
  • b61925b5d6 cleanup & bugfix in xdraws(). Aurélien Aptel 2010-11-20 22:24:04 +0100
  • 81a048d6cf clean comment regarding redrawing in bmotion(). Aurélien Aptel 2010-11-19 22:32:39 +0100
  • b61afd24be Add -c option to override the default window class Gregor Best 2010-11-19 17:13:13 +0100
  • 70464e2080 some code cleaning. Aurélien Aptel 2010-11-18 12:43:33 +0100
  • 9b74fcadc4 utf8 support! print text in delicious unicode greatness! all hail to the glorious Damian Okrasa for the patch! Aurélien Aptel 2010-11-18 01:00:04 +0100
  • d581bfccd7 selection code cleanup. Aurélien Aptel 2010-11-08 19:49:13 +0100
  • b1e6099220 fixed ED. Aurélien Aptel 2010-10-31 20:29:22 +0100
  • edfbc9b432 redraw if we scroll on resize Devin J. Pohly 2010-10-25 16:45:13 -0400
  • 638a30359d get rid of artifacts in border on resize down Devin J. Pohly 2010-10-25 16:00:10 -0400
  • d85f7319a2 copy old pixmap to new on resize Devin J. Pohly 2010-10-25 15:26:47 -0400
  • 1243581772 move code into new xresize func, add early exit to resize Devin J. Pohly 2010-10-25 15:10:41 -0400
  • 722688d989 \v and \f are have the same behaviour of \n. Aurélien Aptel 2010-10-16 20:54:19 +0200
  • 6f87a39444 added LNM mode; re-organized kpress() to handle it. Aurélien Aptel 2010-10-16 20:50:29 +0200
  • ce27e63491 redraw optimization. Aurélien Aptel 2010-10-16 17:13:22 +0200
  • 9e004846de fixed newline bug. Aurélien Aptel 2010-10-14 19:21:12 +0200
  • 68d8fcf62a replaced memset by loops in tresize(); turns out it's faster. Aurélien Aptel 2010-10-13 01:27:09 +0200
  • e4bf56ae1a remove useless draw(). Aurélien Aptel 2010-10-13 01:25:04 +0200
  • d693b304c7 applied xclipboard patch. thx David Isaac Wolinsky. Aurélien Aptel 2010-10-13 01:24:11 +0200
  • 3a50a4fd93 clean button selection code. Aurélien Aptel 2010-10-13 00:50:18 +0200
  • 3470e3af23 compose key patch. thx federico luna. Aurélien Aptel 2010-09-21 16:04:13 +0200
  • 6faedce53a s/hasfocus/focus/ for consistency. Aurélien Aptel 2010-09-11 16:07:36 +0200
  • ab7037cb33 don't draw if the window is not visible. Aurélien Aptel 2010-09-11 16:05:57 +0200
  • f693476365 use xclear() in draw(). Aurélien Aptel 2010-09-11 16:01:41 +0200
  • 8c3757986a use XCreateWindow(), set gravity bit. Aurélien Aptel 2010-09-11 15:59:54 +0200
  • 273d4ba938 cleaning st.info. added comment in st.c for DECSCNM. Aurélien Aptel 2010-09-03 00:15:43 +0200
  • c43526153f cleaning st.info. fixed cvvis. Aurélien Aptel 2010-09-03 00:00:41 +0200
  • 58083da61f set terminal colors to xterm default ones. Aurélien Aptel 2010-09-02 22:35:55 +0200
  • ebc287271c removed gfx chars not present in xterm acsc. Aurélien Aptel 2010-09-02 21:59:05 +0200
  • 7d325a3797 fixed start/end sequence of gfx. Aurélien Aptel 2010-09-02 20:24:33 +0200
  • 223909e008 undefined gfx doesn't draw \0. Aurélien Aptel 2010-09-02 20:21:40 +0200
  • b6af0fdc20 fixed makefile. Aurélien Aptel 2010-09-02 02:03:53 +0200
  • 2080dfebea added manpage. Aurélien Aptel 2010-09-02 02:02:56 +0200
  • fbc6ec3207 resize from the top. Aurélien Aptel 2010-09-02 01:42:03 +0200
  • 9d82bdd947 added -e and -t option. Aurélien Aptel 2010-09-02 01:37:01 +0200
  • 97695baf4f factored code and fixed behaviour of tnewline(). Aurélien Aptel 2010-09-01 23:20:54 +0200
  • 32e160c939 updated TODO. Aurélien Aptel 2010-09-01 22:54:28 +0200
  • 42344b7154 started to go through st.info and fix things. Aurélien Aptel 2010-09-01 22:54:07 +0200
  • a79bc96c94 capabilities sorted by capname in st.info. copy acsc from xterm. Aurélien Aptel 2010-09-01 19:47:46 +0200
  • df5c5ed045 removed debug code. Aurélien Aptel 2010-09-01 18:12:54 +0200
  • 5ce6c5c032 fixed IL and DL. Aurélien Aptel 2010-09-01 17:21:09 +0200
  • ef69118028 factor and cleanup code. Aurélien Aptel 2010-09-01 16:26:12 +0200
  • f732ca5f1f added correct line drawing characters for default font. Aurélien Aptel 2010-09-01 00:30:39 +0200
  • cfe897554d use struct instead of array. Aurélien Aptel 2010-08-31 18:30:18 +0200
  • 9703859e6c cleanup. Aurélien Aptel 2010-08-31 18:22:59 +0200
  • 591d147af7 fix segfault when selecting big buffers pancake@nopcode.org 2010-08-31 17:36:55 +0200
  • 1132d9e2d6 fix build. Aurélien Aptel 2010-08-31 16:56:27 +0200
  • c4225bdcc9 add selinit() and renamed clipboard_* to sel*. Aurélien Aptel 2010-08-31 16:53:34 +0200
  • f211bc2eed move event configuration in xinit(). Aurélien Aptel 2010-08-31 16:30:11 +0200
  • ee858b4805 use one global struct instead of many vars for selection. Cleanup. Aurélien Aptel 2010-08-31 15:36:13 +0200
  • 80f70f1c22 use GLYPH_SET to test if a char is set; cleanup. Aurélien Aptel 2010-08-31 14:52:52 +0200
  • 23cc3fc571 fix crash for small windows pancake@nopcode.org 2010-08-31 11:40:57 +0200
  • 160bda1b60 toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. Aurélien Aptel 2010-08-31 11:02:17 +0200
  • 596bb133a5 fix build pancake 2010-08-30 23:49:15 +0200
  • 0ba53e48c7 initial implementation of selection and clipboard pancake 2010-08-30 23:41:37 +0200
  • e1ce89f267 fix segfault pancake@nopcode.org 2010-08-30 17:07:54 +0200
  • 12c25bcea9 added support for alternate screen. Aurélien Aptel 2010-08-30 16:48:18 +0200
  • 326586ba43 cursor is hid when unfocused. Aurélien Aptel 2010-08-30 15:28:29 +0200
  • ae5baac932 use predefined OS macro instead of uname. Aurélien Aptel 2010-08-30 13:04:19 +0200
  • bef87acd0d st should compile on NetBSD. Aurélien Aptel 2010-08-30 01:20:38 +0200
  • 1bb7398f4b removed pty.h. minimal system guessing added in config.mk. Aurélien Aptel 2010-08-30 03:12:11 +0200
  • e851736e8b removed (visual) bell. '\a' sets the urgency flag if st is unfocused. Aurélien Aptel 2010-08-30 03:05:05 +0200
  • 188293c828 removed useless cursor init. and renamed xcursor() to xdrawcursor(). Aurélien Aptel 2010-08-30 01:45:57 +0200
  • 7d88cf88d0 added support for the "magic margin", changed c.hide to c.state, changed xcursor() to use term instead of a Aurélien Aptel 2010-08-30 01:35:37 +0200
  • 1f6e7b84c6 removed old VT52 escapes, fixed VT100 IND. Aurélien Aptel 2010-08-30 01:19:05 +0200
  • 581ae58b41 fix warning pancake 2010-08-30 00:32:49 +0200
  • 5258d60545 fixed optimized drawing routine and factored some code. Aurélien Aptel 2010-08-29 20:12:44 +0200
  • b4f623f910 fixed pixmap buffer drawing. Aurélien Aptel 2010-08-29 19:41:36 +0200
  • eab9aad1dc added a XFlush() in xbell(). Aurélien Aptel 2010-08-29 19:14:05 +0200
  • 2181040594 moved term.hidec in term.c for consistency, put back delay in xbell() Aurélien Aptel 2010-08-29 18:55:15 +0200
  • c186c8ef9a merged tscroll() with tscrollup(). Aurélien Aptel 2010-08-29 12:27:59 +0200
  • 6db6980e27 st now runs on Linux, OpenBSD and FreeBSD. Aurélien Aptel 2010-08-28 03:18:22 +0200