Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - sob - simple output bar
git clone git://git.codemadness.org/sob
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2019-11-22 16:00 code-style and change EXIT_* back to th… Hiltjo Posthuma
2019-11-22 15:58 update LICENSE (MIT->ISC) and README tw… Hiltjo Posthuma
2019-11-22 15:57 improve Makefile Hiltjo Posthuma
2015-09-04 09:34 remove unneeded (wrong) line, timeval i… Hiltjo Posthuma
2014-11-09 14:59 scripts/history: show in reverse order … Hiltjo Posthuma
2014-11-09 14:23 scripts: update complete_nick Hiltjo Posthuma
2014-10-31 13:37 complete_nick: be compatible with defau… Hiltjo Posthuma
2014-10-31 13:36 config: add emacs word-movement keybind… Hiltjo Posthuma
2014-10-31 13:36 line_cursor_move: more portable, dont u… Hiltjo Posthuma
2014-10-31 13:35 draw slightly more efficient, hide curs… Hiltjo Posthuma
2014-10-26 19:10 update TODO Hiltjo Posthuma
2014-10-26 19:05 various improvements and cleanup: Hiltjo Posthuma
2014-10-26 14:35 improve readfd and writefd (blocking) Hiltjo Posthuma
2014-10-26 12:31 config: ctrl-c is special-case, dont de… Hiltjo Posthuma
2014-10-26 12:30 README: add more usage info Hiltjo Posthuma
2014-10-26 12:30 restore term attributes on SIGINT (Ctrl… Hiltjo Posthuma
2014-10-26 12:01 default to character width 1 Hiltjo Posthuma
2014-10-25 15:28 POSIX.1-2001 defines the value of EWOUL… Hiltjo Posthuma
2014-10-25 11:15 update TODO Hiltjo Posthuma
2014-10-25 11:12 improve tcgetattr and setup() Hiltjo Posthuma
2014-10-25 11:12 default to cols 79, rows 24 Hiltjo Posthuma
2014-10-25 10:24 config.mk: wextra for release too, x_op… Hiltjo Posthuma
2014-10-25 10:23 complete_nick: if there is one match, j… Hiltjo Posthuma
2014-10-25 10:22 fix readfd check, below case !r was nev… Hiltjo Posthuma
2014-10-25 10:22 use ssize_t for read() and write(), sty… Hiltjo Posthuma
2014-10-25 10:21 copy word cursor: null terminate proper… Hiltjo Posthuma
2014-10-24 22:46 signed, unsigned fix Hiltjo Posthuma
2014-10-24 22:35 scripts/history: dont use histfile var … Hiltjo Posthuma
2014-10-24 22:35 sob scripts: dont show errors in cli Hiltjo Posthuma
2014-10-24 22:30 simplify, also dont call cleanup twice … Hiltjo Posthuma
2014-10-24 22:25 config.mk: xopen_source=500 is enough Hiltjo Posthuma
2014-10-24 22:12 restore terminal attribute before reope… Hiltjo Posthuma
2014-10-24 21:40 config: c-c is exit Hiltjo Posthuma
2014-10-24 21:40 fix build on openbsd, bump version Hiltjo Posthuma
2014-10-24 21:40 small code-style improvement Hiltjo Posthuma
2014-10-24 21:39 increase line buffer size Hiltjo Posthuma
2014-10-24 21:37 remove -i and -l flag Hiltjo Posthuma
2014-10-24 21:35 rework read/write fd code, sleep when t… Hiltjo Posthuma
2014-10-13 00:30 separate dirtylen from line so its not … Hiltjo Posthuma
2014-10-12 23:58 remove leftover strlcpy and util stuff Hiltjo Posthuma
2014-10-12 22:39 scripts: resize: always resize the prop… Hiltjo Posthuma
2014-10-12 22:31 remove strlcpy, it's unused Hiltjo Posthuma
2014-10-12 22:07 improve handleinput: match escape (0x1b… Hiltjo Posthuma
2014-10-12 22:05 add total length argument to pipe callb… Hiltjo Posthuma
2014-10-12 22:05 optimize line_draw, reduces flicker in … Hiltjo Posthuma
2014-10-12 22:00 config.h: add another del key (in linux… Hiltjo Posthuma
2014-10-12 21:59 make utf check a macro: ISUTF8 Hiltjo Posthuma
2014-10-11 00:46 config.mk: remove ncurses library to li… Hiltjo Posthuma
2014-10-11 00:46 code style: wrap to max 79 chars Hiltjo Posthuma
2014-10-11 00:17 update TODO Hiltjo Posthuma
2014-10-10 22:54 simplify line_cursor_move a bit Hiltjo Posthuma
2014-10-10 22:45 fix delwordcursor and do some extra che… Hiltjo Posthuma
2014-10-10 21:59 scripts: remove newline, else this woul… Hiltjo Posthuma
2014-10-10 21:56 manpage: change -l to -i Hiltjo Posthuma
2014-10-10 21:54 make input handling more flexible Hiltjo Posthuma
2014-10-10 20:59 improve handleinput: dont handle rest o… Hiltjo Posthuma
2014-10-10 20:36 improve handleinput for reads containin… Hiltjo Posthuma
2014-10-10 20:05 handle > 0 reads Hiltjo Posthuma
2014-10-10 20:03 remove debuginput Hiltjo Posthuma
2014-10-10 20:02 fflush after clear Hiltjo Posthuma
2014-10-10 20:02 simplify and reduce a draw Hiltjo Posthuma
2014-10-10 19:03 make: enable release cflags and ldflags Hiltjo Posthuma
2014-10-10 19:03 remove unused macros Hiltjo Posthuma
2014-10-10 18:57 change wrong comment Hiltjo Posthuma
2014-10-10 18:57 wchar: make glibc happy Hiltjo Posthuma
2014-10-10 18:47 add support for characters that are big… Hiltjo Posthuma
2014-10-10 14:08 config: add a comment about the prompt … Hiltjo Posthuma
2014-10-10 14:05 consistency Hiltjo Posthuma
2014-10-04 12:36 fix delcharnext string length Hiltjo Posthuma
2014-10-04 12:36 do some extra checks to be safe Hiltjo Posthuma
2014-10-04 01:32 cast to size_t and use size_t specified… Hiltjo Posthuma
2014-10-04 01:32 use STDIN_FILENO, fd_in was uninitializ… Hiltjo Posthuma
2014-10-03 23:53 scripts/history: fix file test Hiltjo Posthuma
2014-10-03 23:49 update TODO Hiltjo Posthuma
2014-10-03 23:49 support utf8 input and output Hiltjo Posthuma
2014-10-03 23:48 fix arrow keys in csi-mode Hiltjo Posthuma
2014-10-02 21:32 fix crash with memmove and cols == 0 Hiltjo Posthuma
2014-10-02 20:55 rework some things: Hiltjo Posthuma
2014-10-02 11:27 consistency: make resize a bindable fun… Hiltjo Posthuma
2014-10-02 01:31 code style Hiltjo Posthuma
2014-10-02 01:28 move some functions to make it more cle… Hiltjo Posthuma
2014-10-02 01:19 remove delwordcursor keybind Hiltjo Posthuma
2014-10-02 01:19 dont double close fd_out in some case Hiltjo Posthuma
2014-10-02 01:07 update TODO Hiltjo Posthuma
2014-10-02 01:05 update for irc + ii Hiltjo Posthuma
2014-10-02 01:01 export line and write str as env Hiltjo Posthuma
2014-10-02 01:01 terminate buffer if size = 0 Hiltjo Posthuma
2014-10-01 23:15 remove id parameter Hiltjo Posthuma
2014-10-01 23:14 config: use scripts in $HOME Hiltjo Posthuma
2014-10-01 22:45 initial version Hiltjo Posthuma
Atom feed
Atom feed (tags)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.