aboutsummaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Update XIM cursor position only if changedIvan Tham1-3/+6
2020-04-11just remove the EOF messageHiltjo Posthuma1-1/+0
2020-04-11Fix small typosHiltjo Posthuma1-4/+3
2020-04-11Launch scroll program with the default shellQuentin Rameau1-3/+6
2020-04-11Fix style issueRoberto E. Vargas Caballero1-1/+2
2020-04-11ttyread: test for EOF while reading ttyRoberto E. Vargas Caballero1-9/+16
2020-04-11Add support for scroll(1)Roberto E. Vargas Caballero1-6/+10
2019-11-10OSC 52 - copy to clipboard: don't limit to 382 bytesAvi Halachmi (:avih)1-4/+11
2019-11-10CSIEscape, STREscape: use size_t for buffer lengthHiltjo Posthuma1-4/+4
2019-11-10STREscape: don't trim prematurelyAvi Halachmi (:avih)1-1/+1
2019-11-10base64dec: don't read out of boundsAvi Halachmi (:avih)1-1/+5
2019-04-14selection: fix view to match actual selection on first cellAvi Halachmi (:avih)1-1/+1
2019-03-15revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma1-2/+1
2019-03-15dont print color warning on color reset OSC 104 without parameterHiltjo Posthuma1-1/+4
2019-03-15minor code-style, initialize var at the top of functionHiltjo Posthuma1-3/+1
2019-03-15use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen1-1/+2
2019-03-15replace utf8strchr with wcschrLauri Tirkkonen1-19/+1
2019-03-13be silent about explicitly unhandled mouse modesLauri Tirkkonen1-0/+1
2019-03-03style: remove double empty newlinesHiltjo Posthuma1-1/+0
2019-02-12better Input Method Editor (IME) supportIvan Tham1-0/+1
2018-12-11output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen1-2/+4
2018-11-04st: small typofix in commentHiltjo Posthuma1-1/+1
2018-09-11small code-style fixHiltjo Posthuma1-1/+2
2018-09-11Remove the ISO 14755 featureQuentin Rameau1-26/+0
2018-05-25code-style for pledge(2)Hiltjo Posthuma1-4/+4
2018-05-25Pledge on OpenBSDHiltjo Posthuma1-0/+8
2018-03-29error message style and use strerror in a few placesHiltjo Posthuma1-10/+11
2018-03-29set sel.alt in selstart instead of selextendDaniel Tameling1-1/+1
2018-03-17selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma1-1/+1
2018-03-16minor code-style: whitespace fixesHiltjo Posthuma1-2/+1
2018-03-09regression: include termios.h for tcsendbreak etcHiltjo Posthuma1-0/+1
2018-02-25General cleanupDevin J. Pohly1-1/+0
2018-02-25Clean up #includesDevin J. Pohly1-7/+0
2018-02-25Reduce visibility wherever possibleDevin J. Pohly1-1/+30
2018-02-25Limit usage of extern to config.h globalsDevin J. Pohly1-12/+17
2018-02-25Remove x.c dependency on termDevin J. Pohly1-1/+21
2018-02-25Pull term references out of xdrawcursorDevin J. Pohly1-1/+14
2018-02-25Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly1-0/+25
2018-02-25Split mode bits between Term and TermWindowDevin J. Pohly1-32/+32
2018-02-25Move CRLF input processing into ttywriteDevin J. Pohly1-3/+29
2018-02-25Move terminal echo logic into st.cDevin J. Pohly1-14/+9
2018-02-25Move remaining selection mode logic into selextendDevin J. Pohly1-2/+12
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly1-0/+37
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly1-4/+0
2018-02-25Have selected() check whether selection existsDevin J. Pohly1-1/+2
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly1-2/+1
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly1-5/+0
2018-02-25Remove Time argument from xsetselDevin J. Pohly1-1/+1
2018-02-25Make win variable internal to x.cDevin J. Pohly1-5/+1
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly1-43/+4