I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Began refactoring backtick-related code into an opaque type More... about 11 years ago
OFILES in Makefile.in is now generated More... about 11 years ago
Removed unused variable oldtop from ScrollV More... about 11 years ago
MakeWinMsgEv now accepts a WinMsgBuf pointer, defaulting to global More... about 11 years ago
winmsg_esc{,_ex} are now of type void More... about 11 years ago
Window message buffer pointer increment is now encapsulated in wmbc_* More... about 11 years ago
Added wmbc_str{,n}cpy and replaced existing refactored strncpy's More... about 11 years ago
Main MakeWinMsgEv loop now uses wmbc_bytesleft as buffer limit More... about 11 years ago
[SECURITY FIX] wmbc_printf now protects against buffer overflows by dynamically expanding the size of the buffer More... about 11 years ago
WinMsgBuf buffer is now dynamically allocated More... about 11 years ago
Added wmbc_printf More... about 11 years ago
Global winmsg is now dynamically allocated using wmb_create More... about 11 years ago
Added size to WinMsgBuf; will be used for bound checking More... about 11 years ago
Added wmbc_fastfw{,0} for common task of placing pointer before or at (respectively) the terminating null byte More... about 11 years ago
Began adding WinMsgBufContext; very rough refactoring to break ground More... about 11 years ago
Created struct WinMsgBuf to hold global winmsg_* vars More... about 11 years ago
Refactored %? and %: string escapes into Cond and CondElse respectively More... about 11 years ago
Removed omflag, working it into WinMsgCond abstraction More... about 11 years ago
Began refactoring conditional escapes %? and %: to use WinMsgCond abstraction More... about 11 years ago
When resizing columns, tell so More... about 11 years ago
remove more useless checks More... about 11 years ago
acconfig.h cleanup More... about 11 years ago
TIOCGWINSZ, TIOCSWINSZ is no linux More... about 11 years ago
Refactored %E escape sequence into EscSeen handler More... about 11 years ago
Refactored %t escape sequence into WinTitle handler More... about 11 years ago
Refactored %F escape sequence into Focus handler More... about 11 years ago
Refactored %H escape sequence into HostName handler More... about 11 years ago
Refactored %S escape sequence into SessName handler More... about 11 years ago
Refactored %f escape into Wflags handler More... about 11 years ago
WINMSG_* => WINESC_* for WinMsgEscapeChar More... about 11 years ago