]> Sergey Matveev's repositories - st.git/history - st.c
Optimisations
[st.git] / st.c
2024-03-30 Hiltjo PosthumaRevert "Fix cursor move with wide glyphs"
2024-03-04 Tommi Hirvolaset upper limit for REP escape sequence argument
2024-02-25 Quentin RameauFix cursor move with wide glyphs
2024-02-18 Tim Culverhousecsi: check for private marker in 'S' case
2023-10-07 Peter HofmannUnhide cursor on RIS (\033c)
2023-10-07 Peter HofmannFix wide glyphs breaking "nowrap" mode
2023-10-07 Peter HofmannDon't scroll selection on the other screen
2023-06-25 Shi TianFix for wide character being incorrectly cleared on...
2023-02-07 Hiltjo Posthumaignore C1 control characters in UTF-8 mode
2023-02-07 Adam PriceAdd support for DSR response "OK" escape sequence
2023-02-05 Hiltjo PosthumaFixed OSC color reset without parameter->resets all...
2022-08-18 Tom Schwindlst: use `void' to indicate an empty parameter list
2022-04-19 NRKcode-golfing: cleanup osc color related code
2022-03-18 NRKbase64_digits: reduce scope, implicit zero, +1 size
2022-03-18 NRKavoid potential UB when using isprint()
2022-02-18 Santtu LakkalaDelay redrawals on palette changes
2021-12-30 jaminFix overtyping wide characters.
2021-12-27 Jochen SprickerhofFix null pointer access in strhandle
2021-12-26 Hiltjo Posthumafollow-up fix for OSC color sequences, return
2021-12-26 Raheman VaiyaAdd support for OSC color sequences
2021-08-24 Koichi Murasefix a problem that the standard streams are unexpectedl...
2021-05-06 Markus F.X.J. Ober... Mild const-correctness improvements.
2020-10-18 Hiltjo Posthumaremove unused variable from previous patch
2020-10-18 John CollisST: Add WM_ICON_NAME property support
2020-06-17 Hiltjo Posthumaremove sixel stub code
2020-06-17 Hiltjo Posthumafix unicode glitch in DCS strings, patch by Tim Allen
2020-05-30 Hiltjo Posthumaconfig.def.h: add an option allowwindowops, by default...
2020-05-30 Hiltjo Posthumatiny style fix
2020-05-30 Hiltjo PosthumaPartially add back in "support REP (repeat) escape...
2020-05-16 Hiltjo PosthumaRevert "support REP (repeat) escape sequence"
2020-05-16 Avi Halachmi (:avih)support REP (repeat) escape sequence
2020-05-12 Jakub LeszczakFix selection: selscroll
2020-05-12 Jakub LeszczakFix selection: ignore ATTR_WRAP when rectangular select...
2020-05-12 Jakub LeszczakFix selection: selclear in tputc
2020-05-09 Hiltjo Posthumacode-style: add fallthrough comment
2020-05-09 Hiltjo Posthumaoptimize column width calculation and utf-8 encode...
2020-05-09 Hiltjo Posthumafix for incorrect (partial) written sequences when...
2020-05-09 Hiltjo Posthumatiny code-style and typo-fix in comment
2020-04-29 Jan Klemkowreplace exit(3) by _exit(2) in signal handler sigchld()
2020-04-19 Ivan ThamUpdate XIM cursor position only if changed
2020-04-11 Hiltjo Posthumajust remove the EOF message
2020-04-11 Hiltjo PosthumaFix small typos
2020-04-11 Quentin RameauLaunch scroll program with the default shell
2020-04-11 Roberto E. Vargas... Fix style issue
2020-04-11 Roberto E. Vargas... ttyread: test for EOF while reading tty
2020-04-11 Roberto E. Vargas... Add support for scroll(1)
2019-11-10 Avi Halachmi (:avih)OSC 52 - copy to clipboard: don't limit to 382 bytes
2019-11-10 Hiltjo PosthumaCSIEscape, STREscape: use size_t for buffer length
2019-11-10 Avi Halachmi (:avih)STREscape: don't trim prematurely
2019-11-10 Avi Halachmi (:avih)base64dec: don't read out of bounds
2019-04-14 Avi Halachmi (:avih)selection: fix view to match actual selection on first...
2019-03-15 Hiltjo Posthumarevert part of commit add0211522737b79dad990ccd65c8af63...
2019-03-15 Hiltjo Posthumadont print color warning on color reset OSC 104 without...
2019-03-15 Hiltjo Posthumaminor code-style, initialize var at the top of function
2019-03-15 Lauri Tirkkonenuse iswspace()/iswpunct() to find word delimiters
2019-03-15 Lauri Tirkkonenreplace utf8strchr with wcschr
2019-03-13 Lauri Tirkkonenbe silent about explicitly unhandled mouse modes
2019-03-03 Hiltjo Posthumastyle: remove double empty newlines
2019-02-12 Ivan Thambetter Input Method Editor (IME) support
2018-12-11 Lauri Tirkkonenoutput child WEXITSTATUS/WTERMSIG on abnormal termination
2018-11-04 Hiltjo Posthumast: small typofix in comment
2018-09-11 Hiltjo Posthumasmall code-style fix
2018-09-11 Quentin RameauRemove the ISO 14755 feature
2018-05-25 Hiltjo Posthumacode-style for pledge(2)
2018-05-25 Hiltjo PosthumaPledge on OpenBSD
2018-03-29 Hiltjo Posthumaerror message style and use strerror in a few places
2018-03-29 Daniel Tamelingset sel.alt in selstart instead of selextend
2018-03-17 Hiltjo Posthumaselextend: clarify: !sel.mode == SEL_IDLE
2018-03-16 Hiltjo Posthumaminor code-style: whitespace fixes
2018-03-09 Hiltjo Posthumaregression: include termios.h for tcsendbreak etc
2018-02-26 Devin J. PohlyGeneral cleanup
2018-02-26 Devin J. PohlyClean up #includes
2018-02-26 Devin J. PohlyReduce visibility wherever possible
2018-02-26 Devin J. PohlyLimit usage of extern to config.h globals
2018-02-26 Devin J. PohlyRemove x.c dependency on term
2018-02-26 Devin J. PohlyPull term references out of xdrawcursor
2018-02-26 Devin J. PohlyMove win-agnostic parts of draw/drawregion to st.c
2018-02-26 Devin J. PohlySplit mode bits between Term and TermWindow
2018-02-26 Devin J. PohlyMove CRLF input processing into ttywrite
2018-02-26 Devin J. PohlyMove terminal echo logic into st.c
2018-02-26 Devin J. PohlyMove remaining selection mode logic into selextend
2018-02-26 Devin J. PohlyMove terminal-related selection logic into st.c
2018-02-26 Devin J. PohlyMove X-specific selection info into XSelection
2018-02-26 Devin J. PohlyHave selected() check whether selection exists
2018-02-26 Devin J. PohlyRely on ttyresize to set tty size
2018-02-26 Devin J. PohlyRemove X and fontconfig from st.c
2018-02-26 Devin J. PohlyRemove Time argument from xsetsel
2018-02-26 Devin J. PohlyMake win variable internal to x.c
2018-02-26 Devin J. PohlyMove config.h include from st.c to x.c
2018-02-26 Devin J. PohlyFactor out equivalent code from ttyread/ttysend
2018-02-26 Devin J. PohlyMove opt_* into same file as main()/run()
2018-02-26 Devin J. PohlyMove key-matching functions into x.c
2018-02-26 Devin J. PohlyPass new dimensions into ttyresize
2018-02-26 Devin J. PohlyMove window-manipulating functions into x.c
2018-02-26 Devin J. PohlyMove font/fontspec variables into x.c and XWindow
2018-02-26 Devin J. PohlyMove window urgency handling entirely into x.c
2018-02-26 Devin J. PohlyMove zoom functions into x.c
2018-02-26 Devin J. PohlyMove usage() to be with run() in x.c
2018-02-26 Devin J. PohlyCall xsetenv() in main process instead of child
2017-09-15 Suraj N. Kurapatibase64dec: skip non-printable characters like \r\n
next