Commit Graph

  • 6f0f2b7 bump version to 0.8.1 by Hiltjo Posthuma 2018-03-20 21:29:10 +0100
  • f4020b2 fix regression by selecting clipboard text by Hiltjo Posthuma 2018-03-20 21:25:30 +0100
  • a5a928b don't modify argv, use a counter by Hiltjo Posthuma 2018-03-20 21:22:27 +0100
  • 6ac8c8a selextend: clarify: !sel.mode == SEL_IDLE by Hiltjo Posthuma 2018-03-17 13:48:29 +0100
  • 5345db3 clipcopy: no need to check for free(NULL), set to NULL after free by Hiltjo Posthuma 2018-03-17 13:48:10 +0100
  • 7648697 minor code-style: whitespace fixes by Hiltjo Posthuma 2018-03-16 16:45:58 +0100
  • 0b507bb Fix title initialization by Quentin Rameau 2018-03-16 16:19:18 +0100
  • e7ef3c4 Fix regression from 69e32a6 when setting title. by Quentin Rameau 2018-03-16 15:03:10 +0100
  • 8ab6290 LICENSE: fix a few years by Hiltjo Posthuma 2018-03-14 20:06:42 +0100
  • a712c2d update LICENSE: major contributors by Hiltjo Posthuma 2018-03-14 20:00:35 +0100
  • 0f245df Makefile: add all files to make dist by Hiltjo Posthuma 2018-03-14 19:54:50 +0100
  • 49a4f91 bump version to 0.8 by Hiltjo Posthuma 2018-03-14 19:50:37 +0100
  • c5ba9c0 use math.h for ceilf by Hiltjo Posthuma 2018-03-09 15:36:38 +0100
  • b81888e xhints: no need to initialize sizeh by Hiltjo Posthuma 2018-03-09 15:36:25 +0100
  • 8b8255a regression: include termios.h for tcsendbreak etc by Hiltjo Posthuma 2018-03-09 15:35:34 +0100
  • 20e0da7 General cleanup by Devin J. Pohly 2018-02-24 17:09:13 -0600
  • 403c57e Clean up #includes by Devin J. Pohly 2018-02-24 16:45:42 -0600
  • e0215d5 Reduce visibility wherever possible by Devin J. Pohly 2018-02-24 16:32:20 -0600
  • 30683c7 Limit usage of extern to config.h globals by Devin J. Pohly 2018-02-24 16:16:12 -0600
  • a3beb62 Remove x.c dependency on term by Devin J. Pohly 2018-02-24 15:32:48 -0600
  • a5dc1b4 Pull term references out of xdrawcursor by Devin J. Pohly 2018-02-24 14:58:54 -0600
  • 88d8293 Move win-agnostic parts of draw/drawregion to st.c by Devin J. Pohly 2018-02-24 14:53:23 -0600
  • 05c66cb Split mode bits between Term and TermWindow by Devin J. Pohly 2018-02-23 14:16:52 -0600
  • 33201ac Move CRLF input processing into ttywrite by Devin J. Pohly 2018-02-22 01:05:12 -0600
  • 52d6fb1 Move terminal echo logic into st.c by Devin J. Pohly 2018-02-22 00:42:23 -0600
  • cfc7acd Move remaining selection mode logic into selextend by Devin J. Pohly 2018-02-21 23:54:29 -0600
  • bcb5d3a Move terminal-related selection logic into st.c by Devin J. Pohly 2018-02-21 23:29:41 -0600
  • 5683b1f Move X-specific selection info into XSelection by Devin J. Pohly 2018-02-21 22:56:02 -0600
  • 138caf2 Have selected() check whether selection exists by Devin J. Pohly 2018-02-21 22:48:28 -0600
  • d84f3f4 Rely on ttyresize to set tty size by Devin J. Pohly 2018-02-21 22:28:41 -0600
  • 8b564c1 Remove X and fontconfig from st.c by Devin J. Pohly 2017-11-06 18:30:45 -0600
  • 3bb900c Remove Time argument from xsetsel by Devin J. Pohly 2017-11-06 18:25:58 -0600
  • 323d38d Make win variable internal to x.c by Devin J. Pohly 2017-11-06 17:57:45 -0600
  • 416dd25 Move X-related config.h types into x.c by Devin J. Pohly 2017-10-17 16:46:26 -0500
  • 75c9a0e Remove unneeded array-length variables by Devin J. Pohly 2017-10-17 15:46:31 -0500
  • 428f019 Inline clipboard functions by Devin J. Pohly 2017-10-17 15:43:32 -0500
  • 65976c1 Move config.h include from st.c to x.c by Devin J. Pohly 2017-10-17 15:21:04 -0500
  • 32d3b1d Factor out equivalent code from ttyread/ttysend by Devin J. Pohly 2017-10-15 20:35:48 -0500
  • 69e32a6 Move opt_* into same file as main()/run() by Devin J. Pohly 2017-10-12 22:25:49 -0500
  • ed132e1 Move key-matching functions into x.c by Devin J. Pohly 2017-10-11 08:47:14 -0500
  • dbe8676 Pass new dimensions into ttyresize by Devin J. Pohly 2017-10-10 15:51:23 -0500
  • a831464 Move window-manipulating functions into x.c by Devin J. Pohly 2017-10-10 12:46:53 -0500
  • a09138a Move font/fontspec variables into x.c and XWindow by Devin J. Pohly 2017-10-10 12:17:25 -0500
  • 626b0ae Move window urgency handling entirely into x.c by Devin J. Pohly 2017-10-10 12:01:18 -0500
  • d527501 Move zoom functions into x.c by Devin J. Pohly 2017-10-10 11:30:36 -0500
  • 3518dba Move usage() to be with run() in x.c by Devin J. Pohly 2017-10-10 11:11:27 -0500
  • 3e44ee5 Call xsetenv() in main process instead of child by Devin J. Pohly 2017-10-10 10:30:23 -0500
  • 1f24bde Fix color with FAINT attribute by Benno Fünfstück 2017-12-26 16:23:24 +0100
  • e829e13 Apply ATTR_REVERSE after ATTR_FAINT by Benno Fünfstück 2017-12-26 16:38:27 +0100
  • c1d23af Fix FAQ typo by George Ornbo 2017-12-20 09:05:32 +0000
  • 0ac685f Fix manpage typo by Paride Legovini 2017-10-10 17:49:38 +0200
  • b1338e9 Add an error for XftFontOpenPattern failure. by Gary Allen Vollink 2017-09-14 15:30:02 -0400
  • b2ac917 Revert "Revert "fixed STLDFLAG order in broken st Makefile"" by Hiltjo Posthuma 2017-09-15 11:16:37 +0200
  • ee5cc8e base64dec: skip non-printable characters like \r\n by Suraj N. Kurapati 2017-08-17 23:00:10 -0700
  • 274d46a Revert "fixed STLDFLAG order in broken st Makefile" by Hiltjo Posthuma 2017-09-13 22:40:36 +0200
  • 9c61f29 Revert "make clipboard patch obsolete" by Hiltjo Posthuma 2017-09-02 13:52:33 +0200
  • 77c51c5 make clipboard patch obsolete by Anselm R Garbe 2017-09-01 09:48:24 +0200
  • 7f99032 fixed STLDFLAG order in broken st Makefile by Anselm R Garbe 2017-07-23 11:17:26 +0200
  • 8dacdfb Revert "Add bold off SGR" by Quentin Rameau 2017-07-11 23:16:25 +0200
  • c0882f2 Add dim/smxx/rmxx to terminfo, remove duplicate kich1 by Quentin Rameau 2017-07-11 23:03:27 +0200
  • d4928ed Let the user specify C and LD FLAGS by Quentin Rameau 2017-07-12 00:26:35 +0200
  • fabd460 Do not obfuscate what make is doing. by Quentin Rameau 2017-07-12 00:24:51 +0200
  • b331da5 Add color change terminfo capabilities by Marc André Tanner 2017-05-15 12:45:41 +0200
  • 6cb6d61 Add bold off SGR by Quentin Rameau 2017-05-28 09:56:57 +0200
  • 5a10aca st.1: modify man page to accurately reflect default keybindings by greg.reagle@umbc.edu 2017-04-10 18:24:03 +0200
  • 745c40f Simplify how we keep ATTRs under cursor by Quentin Rameau 2017-04-04 17:20:55 +0200
  • 149c0d3 Fix commented out code by Alexander Krotov 2017-03-25 23:02:42 +0300
  • f2bfd51 keep some glyph modes for the cursor by Nils Reuße 2017-03-29 18:34:12 +0200
  • e7ed326 Support xterm Ms feature to set clipboard by osandov@osandov.com 2017-03-18 11:55:04 +0100
  • 20f7135 Change default keybindings by Roberto E. Vargas Caballero 2017-01-25 19:17:38 +0100
  • e2ee5ee Split X-specific code into x.c by Michael Forney 2017-01-20 00:06:39 -0800
  • c63a87c Move column and row default numbers into config.h by fpqc 2016-12-14 06:51:27 +0000
  • e448324 Revert "Initial font size issue." by Roberto E. Vargas Caballero 2016-11-24 20:21:19 +0100
  • fa9a459 Fixed 'missing glyph doesn't use fontconfig config substitutions' bug by Spencer Phippen 2016-11-23 19:17:59 +0100
  • 740ada1 make the various combinations of arrow keys and shift/control/meta work by Manuel Tobias Schiller 2016-11-14 18:25:51 +0100
  • 4242027 Initial font size issue. by ian@remmler.org 2016-11-11 17:52:07 +0100
  • 3ca7249 tic -s -> tic -sx (Treat unknown capabilities as user-defined.) by pl@ninthfloor.org 2016-11-11 17:45:45 +0100
  • 06f8cf8 Add tmux capabilities to st.info by pl@ninthfloor.org 2016-11-11 17:45:46 +0100
  • 902a392 Make strdump(), csidump(), print to stderr by pl@ninthfloor.org 2016-11-11 17:45:52 +0100
  • 8c99915 Do not use color when font attributes are supported by Quentin Rameau 2016-10-22 16:36:10 +0200
  • 7854fde st.1: add an entry for ISO-14755 shortcut by Quentin Rameau 2016-10-22 10:42:46 +0200
  • 68bae9c Add support for iso14755 by Quentin Rameau 2016-10-08 16:22:18 +0200
  • 331033f Add missing device path to '-l' example by Klemens Nanni 2016-10-13 16:28:50 +0200
  • f739843 Add parsing of DCS q sequences by Roberto E. Vargas Caballero 2016-09-14 08:27:32 +0200
  • f0e2d28 Add support for enabling/disabling utf by Roberto E. Vargas Caballero 2016-09-13 14:01:18 +0200
  • 078337d Delete ncv capability from terminfo by Roberto E. Vargas Caballero 2016-09-09 13:11:06 +0200
  • 5ce853a st.info: do not prevent st from displaying attributes by Quentin Rameau 2016-09-08 12:57:43 +0200
  • 023225e Update the LICENSE. by Christoph Lohmann 2016-08-11 16:30:29 +0200
  • 6e79e83 0.7 release by Christoph Lohmann 2016-08-11 16:25:58 +0200
  • 308bfbf Change who's expanding tabs. by Christoph Lohmann 2016-07-20 13:56:15 +0200
  • c4f245e Add some hint to have the pseudo terminal in the right mode. by Christoph Lohmann 2016-07-20 13:52:31 +0200
  • 2251f64 Add comment about tabspaces. by Christoph Lohmann 2016-07-20 13:00:43 +0200
  • 235b438 Consistent Alt+BackSpace behavior by Alive 4ever 2016-07-10 06:38:04 +0000
  • 528241a Use XftFontMatch in place of FcFontMatch. by Christoph Lohmann 2016-06-03 15:02:32 +0200
  • 60aeb37 delete clipboard properties after pasting them by v4hn 2016-05-19 12:16:57 +0200
  • 66556d9 Remove stupid assignation in memcpy() by Roberto E. Vargas Caballero 2016-04-15 07:58:26 +0200
  • 3996461 st: Fix off-by-one error when calculating character width. by Tor Andersson 2016-03-09 17:11:57 +0100
  • 0e48a19 Fix vertical character alignment in some cases by Ton van den Heuvel 2016-03-07 22:18:12 +0100
  • 6d8f852 I like empty lines. by Christoph Lohmann 2016-03-08 13:55:22 +0100
  • 034a5c8 Measure the single advance width with a heuristic method by Ryusei Yamaguchi 2016-03-08 12:26:04 +0900