14
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Kill last strcpy occurrence. More... about 10 years ago
strcpy -> memcpy More... about 10 years ago
strncpy -> memcpy. More... about 10 years ago
Kill useless comment. More... about 10 years ago
Simplify init_screen using sbuf More... about 10 years ago
Simplify read_shellcmd using sbuf More... about 10 years ago
Small coding standards fix. More... about 10 years ago
Simplify list_unmanaged_windows using sbuf More... about 10 years ago
More decls/code separation. More spacing too. More... about 10 years ago
Use get_homedir anywhere we can. More... about 10 years ago
get_homedir(), checks HOME and the password database More... about 10 years ago
Refine error messages in cmd_fdump. More... about 10 years ago
Add error checking to set_padding and set_historysize. More... about 10 years ago
Add error checking for various boolean (0|1) settings. More... about 10 years ago
Correct error message in set_barinpadding. More... about 10 years ago
Factorize space for invalid negative args messages in various settings. More... about 10 years ago
Make read_number more strict, returning errors. More... about 10 years ago
In read_frame, don't silently ignore invalid/unknown frame selectors. More... about 10 years ago
Rename (again) string_to_number to string_to_positive_number More... about 10 years ago
Amend find_group: first match by number, then by name. More... about 10 years ago
Search windows names for exact match then for fuzzy match More... about 10 years ago
Fix cmd_getsel when there is no X selection More... about 10 years ago
In set_winname compare the full string, including the final NUL. More... about 10 years ago
"deffoo..." -> "set foo..." in the error messages. More... about 10 years ago
Better, faster, prettier groups_find_by_group_name More... about 10 years ago
Rename string_to_window_number to string_to_number. More... about 10 years ago
Fix a typo in a comment. More... about 10 years ago
Silence warning in previous commit. More... about 10 years ago
Fall back to ioctl(TIOCNOTTY) to detach from the controlling terminal. More... about 10 years ago
Only call setpgid when setsid fails or is absent. More... about 10 years ago