Commit Graph

  • f4020b2cc4 fix regression by selecting clipboard text Hiltjo Posthuma 2018-03-20 21:25:30 +0100
  • a5a928bfc1 don't modify argv, use a counter Hiltjo Posthuma 2018-03-20 21:22:27 +0100
  • 6ac8c8aa50 selextend: clarify: !sel.mode == SEL_IDLE Hiltjo Posthuma 2018-03-17 13:48:29 +0100
  • 5345db3c9b clipcopy: no need to check for free(NULL), set to NULL after free Hiltjo Posthuma 2018-03-17 13:48:10 +0100
  • 7648697f71 minor code-style: whitespace fixes Hiltjo Posthuma 2018-03-16 16:45:58 +0100
  • 0b507bb731 Fix title initialization Quentin Rameau 2018-03-16 16:19:18 +0100
  • e7ef3c4ce9 Fix regression from 69e32a6 when setting title. Quentin Rameau 2018-03-16 15:03:10 +0100
  • 8ab629031b LICENSE: fix a few years Hiltjo Posthuma 2018-03-14 20:06:42 +0100
  • a712c2dd18 update LICENSE: major contributors Hiltjo Posthuma 2018-03-14 20:00:35 +0100
  • 0f245dfeb9 Makefile: add all files to make dist Hiltjo Posthuma 2018-03-14 19:54:50 +0100
  • 49a4f91fc5 bump version to 0.8 Hiltjo Posthuma 2018-03-14 19:50:37 +0100
  • c5ba9c025b use math.h for ceilf Hiltjo Posthuma 2018-03-09 15:36:38 +0100
  • b81888ee7d xhints: no need to initialize sizeh Hiltjo Posthuma 2018-03-09 15:36:25 +0100
  • 8b8255ac0e regression: include termios.h for tcsendbreak etc Hiltjo Posthuma 2018-03-09 15:35:34 +0100
  • 20e0da7f14 General cleanup Devin J. Pohly 2018-02-24 17:09:13 -0600
  • 403c57ebb5 Clean up #includes Devin J. Pohly 2018-02-24 16:45:42 -0600
  • e0215d5377 Reduce visibility wherever possible Devin J. Pohly 2018-02-24 16:32:20 -0600
  • 30683c70ab Limit usage of extern to config.h globals Devin J. Pohly 2018-02-24 16:16:12 -0600
  • a3beb626d2 Remove x.c dependency on term Devin J. Pohly 2018-02-24 15:32:48 -0600
  • a5dc1b4697 Pull term references out of xdrawcursor Devin J. Pohly 2018-02-24 14:58:54 -0600
  • 88d8293fb4 Move win-agnostic parts of draw/drawregion to st.c Devin J. Pohly 2018-02-24 14:53:23 -0600
  • 05c66cb37d Split mode bits between Term and TermWindow Devin J. Pohly 2018-02-23 14:16:52 -0600
  • 33201ac65f Move CRLF input processing into ttywrite Devin J. Pohly 2018-02-22 01:05:12 -0600
  • 52d6fb1ab1 Move terminal echo logic into st.c Devin J. Pohly 2018-02-22 00:42:23 -0600
  • cfc7acdfd9 Move remaining selection mode logic into selextend Devin J. Pohly 2018-02-21 23:54:29 -0600
  • bcb5d3adbe Move terminal-related selection logic into st.c Devin J. Pohly 2018-02-21 23:29:41 -0600
  • 5683b1f80c Move X-specific selection info into XSelection Devin J. Pohly 2018-02-21 22:56:02 -0600
  • 138caf294e Have selected() check whether selection exists Devin J. Pohly 2018-02-21 22:48:28 -0600
  • d84f3f4bd1 Rely on ttyresize to set tty size Devin J. Pohly 2018-02-21 22:28:41 -0600
  • 8b564c1a3f Remove X and fontconfig from st.c Devin J. Pohly 2017-11-06 18:30:45 -0600
  • 3bb900cd6c Remove Time argument from xsetsel Devin J. Pohly 2017-11-06 18:25:58 -0600
  • 323d38da20 Make win variable internal to x.c Devin J. Pohly 2017-11-06 17:57:45 -0600
  • 416dd25727 Move X-related config.h types into x.c Devin J. Pohly 2017-10-17 16:46:26 -0500
  • 75c9a0ee1d Remove unneeded array-length variables Devin J. Pohly 2017-10-17 15:46:31 -0500
  • 428f01969a Inline clipboard functions Devin J. Pohly 2017-10-17 15:43:32 -0500
  • 65976c1a29 Move config.h include from st.c to x.c Devin J. Pohly 2017-10-17 15:21:04 -0500
  • 32d3b1d00f Factor out equivalent code from ttyread/ttysend Devin J. Pohly 2017-10-15 20:35:48 -0500
  • 69e32a61df Move opt_* into same file as main()/run() Devin J. Pohly 2017-10-12 22:25:49 -0500
  • ed132e1127 Move key-matching functions into x.c Devin J. Pohly 2017-10-11 08:47:14 -0500
  • dbe8676d7d Pass new dimensions into ttyresize Devin J. Pohly 2017-10-10 15:51:23 -0500
  • a8314643b1 Move window-manipulating functions into x.c Devin J. Pohly 2017-10-10 12:46:53 -0500
  • a09138afa5 Move font/fontspec variables into x.c and XWindow Devin J. Pohly 2017-10-10 12:17:25 -0500
  • 626b0ae40c Move window urgency handling entirely into x.c Devin J. Pohly 2017-10-10 12:01:18 -0500
  • d5275012b4 Move zoom functions into x.c Devin J. Pohly 2017-10-10 11:30:36 -0500
  • 3518dba2a5 Move usage() to be with run() in x.c Devin J. Pohly 2017-10-10 11:11:27 -0500
  • 3e44ee5569 Call xsetenv() in main process instead of child Devin J. Pohly 2017-10-10 10:30:23 -0500
  • 1f24bde82b Fix color with FAINT attribute Benno Fünfstück 2017-12-26 16:23:24 +0100
  • e829e13bb1 Apply ATTR_REVERSE after ATTR_FAINT Benno Fünfstück 2017-12-26 16:38:27 +0100
  • c1d23afa9c Fix FAQ typo George Ornbo 2017-12-20 09:05:32 +0000
  • 0ac685fc01 Fix manpage typo Paride Legovini 2017-10-10 17:49:38 +0200
  • b1338e91ed Add an error for XftFontOpenPattern failure. Gary Allen Vollink 2017-09-14 15:30:02 -0400
  • b2ac917753 Revert "Revert "fixed STLDFLAG order in broken st Makefile"" Hiltjo Posthuma 2017-09-15 11:16:37 +0200
  • ee5cc8e903 base64dec: skip non-printable characters like \r\n Suraj N. Kurapati 2017-08-17 23:00:10 -0700
  • 274d46ace0 Revert "fixed STLDFLAG order in broken st Makefile" Hiltjo Posthuma 2017-09-13 22:40:36 +0200
  • 9c61f29bb7 Revert "make clipboard patch obsolete" Hiltjo Posthuma 2017-09-02 13:52:33 +0200
  • 77c51c5a6b make clipboard patch obsolete Anselm R Garbe 2017-09-01 09:48:24 +0200
  • 7f990328e4 fixed STLDFLAG order in broken st Makefile Anselm R Garbe 2017-07-23 11:17:26 +0200
  • 8dacdfbab1 Revert "Add bold off SGR" Quentin Rameau 2017-07-11 23:16:25 +0200
  • c0882f2ed1 Add dim/smxx/rmxx to terminfo, remove duplicate kich1 Quentin Rameau 2017-07-11 23:03:27 +0200
  • d4928edba0 Let the user specify C and LD FLAGS Quentin Rameau 2017-07-12 00:26:35 +0200
  • fabd4602b3 Do not obfuscate what make is doing. Quentin Rameau 2017-07-12 00:24:51 +0200
  • b331da550b Add color change terminfo capabilities Marc André Tanner 2017-05-15 12:45:41 +0200
  • 6cb6d61525 Add bold off SGR Quentin Rameau 2017-05-28 09:56:57 +0200
  • 5a10aca702 st.1: modify man page to accurately reflect default keybindings greg.reagle@umbc.edu 2017-04-10 18:24:03 +0200
  • 745c40f8b0 Simplify how we keep ATTRs under cursor Quentin Rameau 2017-04-04 17:20:55 +0200
  • 149c0d3aed Fix commented out code Alexander Krotov 2017-03-25 23:02:42 +0300
  • f2bfd513b1 keep some glyph modes for the cursor Nils Reuße 2017-03-29 18:34:12 +0200
  • e7ed326d2e Support xterm Ms feature to set clipboard osandov@osandov.com 2017-03-18 11:55:04 +0100
  • 20f713548d Change default keybindings Roberto E. Vargas Caballero 2017-01-25 19:17:38 +0100
  • e2ee5ee611 Split X-specific code into x.c Michael Forney 2017-01-20 00:06:39 -0800
  • c63a87cd93 Move column and row default numbers into config.h fpqc 2016-12-14 06:51:27 +0000
  • e44832408b Revert "Initial font size issue." Roberto E. Vargas Caballero 2016-11-24 20:21:19 +0100
  • fa9a459972 Fixed 'missing glyph doesn't use fontconfig config substitutions' bug Spencer Phippen 2016-11-23 19:17:59 +0100
  • 740ada1447 make the various combinations of arrow keys and shift/control/meta work Manuel Tobias Schiller 2016-11-14 18:25:51 +0100
  • 424202798b Initial font size issue. ian@remmler.org 2016-11-11 17:52:07 +0100
  • 3ca7249c86 tic -s -> tic -sx (Treat unknown capabilities as user-defined.) pl@ninthfloor.org 2016-11-11 17:45:45 +0100
  • 06f8cf8ca8 Add tmux capabilities to st.info pl@ninthfloor.org 2016-11-11 17:45:46 +0100
  • 902a392b90 Make strdump(), csidump(), print to stderr pl@ninthfloor.org 2016-11-11 17:45:52 +0100
  • 8c99915608 Do not use color when font attributes are supported Quentin Rameau 2016-10-22 16:36:10 +0200
  • 7854fde1ff st.1: add an entry for ISO-14755 shortcut Quentin Rameau 2016-10-22 10:42:46 +0200
  • 68bae9c7b1 Add support for iso14755 Quentin Rameau 2016-10-08 16:22:18 +0200
  • 331033f1f6 Add missing device path to '-l' example Klemens Nanni 2016-10-13 16:28:50 +0200
  • f7398434b8 Add parsing of DCS q sequences Roberto E. Vargas Caballero 2016-09-14 08:27:32 +0200
  • f0e2d28732 Add support for enabling/disabling utf Roberto E. Vargas Caballero 2016-09-13 14:01:18 +0200
  • 078337d745 Delete ncv capability from terminfo Roberto E. Vargas Caballero 2016-09-09 13:11:06 +0200
  • 5ce853a1c1 st.info: do not prevent st from displaying attributes Quentin Rameau 2016-09-08 12:57:43 +0200
  • 023225ef40 Update the LICENSE. Christoph Lohmann 2016-08-11 16:30:29 +0200
  • 6e79e8357e 0.7 release Christoph Lohmann 2016-08-11 16:25:58 +0200
  • 308bfbf6be Change who's expanding tabs. Christoph Lohmann 2016-07-20 13:56:15 +0200
  • c4f245eccd Add some hint to have the pseudo terminal in the right mode. Christoph Lohmann 2016-07-20 13:52:31 +0200
  • 2251f6465a Add comment about tabspaces. Christoph Lohmann 2016-07-20 13:00:43 +0200
  • 235b438e68 Consistent Alt+BackSpace behavior Alive 4ever 2016-07-10 06:38:04 +0000
  • 528241aa38 Use XftFontMatch in place of FcFontMatch. Christoph Lohmann 2016-06-03 15:02:32 +0200
  • 60aeb37edb delete clipboard properties after pasting them v4hn 2016-05-19 12:16:57 +0200
  • 66556d9670 Remove stupid assignation in memcpy() Roberto E. Vargas Caballero 2016-04-15 07:58:26 +0200
  • 39964614b7 st: Fix off-by-one error when calculating character width. Tor Andersson 2016-03-09 17:11:57 +0100
  • 0e48a1995e Fix vertical character alignment in some cases Ton van den Heuvel 2016-03-07 22:18:12 +0100
  • 6d8f85232e I like empty lines. Christoph Lohmann 2016-03-08 13:55:22 +0100
  • 034a5c8a09 Measure the single advance width with a heuristic method Ryusei Yamaguchi 2016-03-08 12:26:04 +0900
  • 30440295bc xtermclear() is now done by xdrawglyphfontspecs() Christoph Lohmann 2016-03-07 14:33:05 +0100