summaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)Author
2019-11-10CSIEscape, STREscape: use size_t for buffer lengthHiltjo Posthuma
2019-11-10STREscape: don't trim prematurelyAvi Halachmi (:avih)
2019-11-10base64dec: don't read out of boundsAvi Halachmi (:avih)
2019-05-17Add interval timer to XIM updatesJoseph Benden
2019-05-08external pipe eternalLuke Smith
2019-05-08Updated st to 0.8.2yusufaktepe
2019-04-14selection: fix view to match actual selection on first cellAvi Halachmi (:avih)
2019-03-15revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma
2019-03-15dont print color warning on color reset OSC 104 without parameterHiltjo Posthuma
2019-03-15minor code-style, initialize var at the top of functionHiltjo Posthuma
2019-03-15use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen
2019-03-15replace utf8strchr with wcschrLauri Tirkkonen
2019-03-13be silent about explicitly unhandled mouse modesLauri Tirkkonen
2019-03-03style: remove double empty newlinesHiltjo Posthuma
2019-02-12better Input Method Editor (IME) supportIvan Tham
2018-12-16small code-style fixHiltjo Posthuma
2018-12-16output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen
2018-12-16st: small typofix in commentHiltjo Posthuma
2018-12-13ctrl-l chooses urls with xurls and dmenuLuke Smith
2018-12-11output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen
2018-11-04st: small typofix in commentHiltjo Posthuma
2018-09-11small code-style fixHiltjo Posthuma
2018-09-11Remove the ISO 14755 featureQuentin Rameau
2018-05-25code-style for pledge(2)Hiltjo Posthuma
2018-05-25Pledge on OpenBSDHiltjo Posthuma
2018-04-25Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.Kornelije Sajler
2018-03-29error message style and use strerror in a few placesHiltjo Posthuma
2018-03-29set sel.alt in selstart instead of selextendDaniel Tameling
2018-03-17selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma
2018-03-16minor code-style: whitespace fixesHiltjo Posthuma
2018-03-10transparency now defaultLuke Smith
2018-03-09regression: include termios.h for tcsendbreak etcHiltjo Posthuma
2018-02-25General cleanupDevin J. Pohly
2018-02-25Clean up #includesDevin J. Pohly
2018-02-25Reduce visibility wherever possibleDevin J. Pohly
2018-02-25Limit usage of extern to config.h globalsDevin J. Pohly
2018-02-25Remove x.c dependency on termDevin J. Pohly
2018-02-25Pull term references out of xdrawcursorDevin J. Pohly
2018-02-25Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly
2018-02-25Split mode bits between Term and TermWindowDevin J. Pohly
2018-02-25Move CRLF input processing into ttywriteDevin J. Pohly
2018-02-25Move terminal echo logic into st.cDevin J. Pohly
2018-02-25Move remaining selection mode logic into selextendDevin J. Pohly
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly
2018-02-25Have selected() check whether selection existsDevin J. Pohly
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly
2018-02-25Remove Time argument from xsetselDevin J. Pohly
2018-02-25Make win variable internal to x.cDevin J. Pohly