| Commit message (Expand) | Author |
2022-04-19 | handle.c: o ante e nimi anu tawa nimi wile | Kylie McClain |
2022-02-26 | Specify commands which depend on caps | June McEnroe |
2022-02-26 | Only add available commands to complete | June McEnroe |
2022-02-26 | Factor out commandAvailable | June McEnroe |
2022-02-23 | Give examples of "general events" 2.1 | June McEnroe |
2022-02-23 | Add missing unistd.h include in input.c | June McEnroe |
2022-02-22 | Document the interface | June McEnroe |
2022-02-20 | Clean up unimplemented editing mode stuff | June McEnroe |
2022-02-20 | Save input buffer contents | June McEnroe |
2022-02-20 | Share a cut buffer between all edit buffers | June McEnroe |
2022-02-20 | Assert return values in edit tests | June McEnroe |
2022-02-20 | Move mbs out of struct Edit, use a global buffer | June McEnroe |
2022-02-20 | Clear edit buffer before running command | June McEnroe |
2022-02-20 | Show indicator in status when window has pending input | June McEnroe |
2022-02-20 | Use separate edit buffers for each ID | June McEnroe |
2022-02-20 | Make sure new cap is actually larger than new length | June McEnroe |
2022-02-20 | Remove unused mbs.len field from struct Edit | June McEnroe |
2022-02-19 | Remove unneeded includes in ui.c | June McEnroe |
2022-02-19 | Reimplement tab complete | June McEnroe |
2022-02-19 | Handle errors from editFn, etc. | June McEnroe |
2022-02-19 | Reimplement text macros | June McEnroe |
2022-02-19 | Factor out input handling to input.c | June McEnroe |
2022-02-19 | Factor out window management to window.c | June McEnroe |
2022-02-19 | Enable -Wmissing-prototypes | June McEnroe |
2022-02-19 | Fix edit.[ch] license notice additional permissions | June McEnroe |
2022-02-19 | Run line editing tests | June McEnroe |
2022-02-18 | Implement new line editing "library" | June McEnroe |
2022-02-18 | Simplify cursor positioning in input | June McEnroe |
2022-02-18 | Fix M-f ordering | June McEnroe |
2022-02-12 | Move sandman build to scripts/Makefile | June McEnroe |
2022-02-12 | Use compat_readpassphrase.c on Linux | June McEnroe |
2022-02-12 | Copy RPP defines from oconfigure | June McEnroe892c70dfab&follow=1'>Fix cwm window cycling, move big by default | June McEnroe |
|
|
|
I'm not really sure what difference this makes, but it seems like
the right thing to do to be generic?
|
|
I love how simple this is.
|
|
|
|
Still missing putting the URL in an X selection.
|
|
|
|
And increase XTerm internalBorder.
|
|
|
|
Weirdly the Fn key doesn't change how the F row registers... I
wonder if I can do something about that.
|
|
|
|
11 is what I use on macOS, but I feel like my eyes are working
harder here.
|
|
This is sort of a mix of trying to emulate macOS somewhat for my
muscle memory and just rebinding some of the cwm defaults to use
4- rather than M-.
|
|
|
|
|
|
|
|
|
|
|
|
cwm still needs a lot more rebinding, and I need to actually look
at its other options. xterm definitely still needs some configuration,
but I at least managed to get it to use a decent looking font. Very
happy that OpenBSD includes Luxi Mono, which is what my usual font,
Go Mono, is based on anyway. Still missing is xmodmap and such.
|