pinosaur
/
st.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix selection: selscroll
[st.git]
/
st.c
2015-04-10
noname
Remove 'xloadfontset' function.
blob
|
commitdiff
|
raw
2015-04-10
noname
Remove keywords from function definitions.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-10
noname
Remove variable names from function declarations.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-06
Roberto E. Vargas...
Remove redundant control check
blob
|
commitdiff
|
raw
|
diff to current
2015-04-06
noname
Fixed STR sequence termination condition
blob
|
commitdiff
|
raw
|
diff to current
2015-03-20
Roberto E. Vargas...
Remove strsep() call
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master'
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
LemonBoy
Support the DECSCUSR CSI escape sequence
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
Alex Pilon
Handle pasting of empty selection.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
Roberto E. Vargas...
Support XA_STRING in notify request
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Christoph Lohmann
Add Mod + Shift + c/v and no selclear.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Christoph Lohmann
Merge branch 'master' of ssh://suckless.org/gitrepos/st
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Christoph Lohmann
St now does only set PRIMARY on selection.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Christoph Lohmann
Fixing the C reading test.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
Christoph Lohmann
Add a hack to handle unknown chars in fontconfig.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-22
Ivan Delalande
Let curses do the dirty work for flash
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Nils Reuße
Update year in usage()
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Nils Reuße
Fix crash on font resize resize
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
Rian Hunter
Correct shift amount on MODE_INSERT in tputc()
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
Rian Hunter
Fix crash due to wide characters
blob
|
commitdiff
|
raw
|
diff to current
2014-12-23
Ivan Delalande
Fix crash due to invalid timespec given to pselect
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Ivan Delalande
Trim trailing whitespaces in every selection case
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
sin
Call _exit() instead of exit() if exec*() fails
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
Eric Pruitt
Check for presence of SHELL environment variable
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
czarkoff@gmail.com
Replace character with U+FFFD if wcwidth() is -1
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
Quentin Rameau
Avoid failing when embedding with a Window id of 0
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Roberto E. Vargas...
Do not set SHELL to utmp ever
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
CustaiCo
patch for bell in st
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Roberto E. Vargas...
Add LS2 and LS3
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Roberto E. Vargas...
Fix SI and SO
blob
|
commitdiff
|
raw
|
diff to current
2014-09-29
Christoph Lohmann
Minor style changes for the last patch.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-29
Christoph Lohmann
Implementing xzoomreset.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-23
Roberto E. Vargas...
Add missed names of charset sequences
blob
|
commitdiff
|
raw
|
diff to current
2014-09-23
Roberto E. Vargas...
Add support for utmp in st
blob
|
commitdiff
|
raw
|
diff to current
2014-09-09
Roberto E. Vargas...
Remove indentation level in xdrawcursor
blob
|
commitdiff
|
raw
|
diff to current
2014-08-23
Ben Hendrickson
Removing wrapping newlines from selection
blob
|
commitdiff
|
raw
|
diff to current
2014-08-21
Ivan Delalande
Change the behavior of word snapping on delimiters
blob
|
commitdiff
|
raw
|
diff to current
2014-08-21
Ivan Delalande
Move calls to selsnap into selnormalize
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Alexander Huemer
Improve readability of enum members
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Roberto E. Vargas...
Add eschandle()
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Roberto E. Vargas...
Improve execsh() and don't allow anonymous shells
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Roberto E. Vargas...
Fix definition of CONTROLC0
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Quentin Carbonneaux
reset the alt screen in treset
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Quentin Carbonneaux
simplify loop in tresize
blob
|
commitdiff
|
raw
|
diff to current
2014-08-17
Roberto E. Vargas...
Fix man page and usage()
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
Roberto E. Vargas...
Convert VT102ID to a config variable
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
Roberto E. Vargas...
Fix portability problem in techo()
blob
|
commitdiff
|
raw
|
diff to current
2014-08-10
noname
Don't set dirty all lines because tswapcreen do it
blob
|
commitdiff
|
raw
|
diff to current
2014-08-10
noname
tresize return value is not used
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Roberto E. Vargas...
Unset mode when clearing regions
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Roberto E. Vargas...
Add error message when child exits whit error
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Roberto E. Vargas...
Remove difference between fast and slow blinking
blob
|
commitdiff
|
raw
|
diff to current
2014-07-26
Michael Forney
Fix disabling of bold and fastblink
blob
|
commitdiff
|
raw
|
diff to current
2014-07-19
Weng Xuetian
Fix st with input method.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-15
Eric Pruitt
Changed inconsistent indent
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Roberto E. Vargas...
Add 8 bit version of DCS, APC, PM, OSC
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Roberto E. Vargas...
Add 8 bit version of HTS
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Roberto E. Vargas...
Add 8 bit version of NEL
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Roberto E. Vargas...
Add 8 bit version of DECID
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Anders Eurenius
Render faint attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Ivan Delalande
Remove all strcmp and strlen calls on Glyph.c[]
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Anders Eurenius
Render struck-out attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Anders Eurenius
Render invisible attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Anders Eurenius
Reorder and extend glyph attributes
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Roberto E. Vargas...
Remove CEIL macro
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Ivan Delalande
Fixed wrong nanosecond factor 10E6.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
FRIGN
Use monotonic clock to prevent timing issues
blob
|
commitdiff
|
raw
|
diff to current
2014-06-21
Troy Sankey
update size hints on zoom
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Silvan Jegen
Refactor the innermost loop of the xdraws function
blob
|
commitdiff
|
raw
|
diff to current
2014-06-07
Christoph Lohmann
Style police.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-07
Roberto E. Vargas...
Simplify tdeftrans
blob
|
commitdiff
|
raw
|
diff to current
2014-06-06
FRIGN
Remove unnecessary typedef
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Colona
Refactor selsnap SNAP_WORD.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-04
Colona
Fix rectangular selection.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-04
Hiltjo Posthuma
tiny cleanup
blob
|
commitdiff
|
raw
|
diff to current
2014-06-04
Colona
Make selection consistent over line breaks.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-01
Christoph Lohmann
Fixing color and refactor xsetcolorname.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-01
Christoph Lohmann
Revert "Refactor xsetcolorname()"
blob
|
commitdiff
|
raw
|
diff to current
2014-06-01
FRIGN
Refactor xsetcolorname()
blob
|
commitdiff
|
raw
|
diff to current
2014-06-01
Balazs Kezes
Don't report release events for mouse wheel
blob
|
commitdiff
|
raw
|
diff to current
2014-06-01
Christoph Lohmann
Fixing italic bold.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
Alexander
Fixed copying empty lines inside selection.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Christoph Lohmann
Fixing trailing whitespaces.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
FRIGN
Fix colour-model and simplify xloadcols()
blob
|
commitdiff
|
raw
|
diff to current
2014-05-14
Hiltjo Posthuma
Allow mouse selection override using ShiftMask
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Christoph Lohmann
Redraw needs all dirty lines to have flash etc. work.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Colona
End a sequence only on CAN, SUB, \a and C1s.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Colona
Also clears ESC_START on interrupt characters during...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
noname
Consistent FALLTHROUGH comments.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Roberto E. Vargas...
Fix displaying control code
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
Roberto E. Vargas...
Remove ATTR_GFX and tselcs
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
noname
Do not save cursor in tresize.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Simplify selected().
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Simplify xunloadfonts.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Remove one indentation level in getsel().
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Remove unused dump() function.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Add missing function prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Use MODBIT in xseturgency.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
noname
Compute ena_sel as one expression.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Roberto E. Vargas...
Simplify expressions in tputc()
blob
|
commitdiff
|
raw
|
diff to current
next