From c8b32df583b00e82aa411575bac8218d040d9f8b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 14 Apr 2018 13:17:15 -0400 Subject: Call status after draw in gfx frontends --- bin/gfx/cocoa.m | 2 +- bin/gfx/x11.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/gfx/cocoa.m b/bin/gfx/cocoa.m index 91fce3db..495b1f9f 100644 --- a/bin/gfx/cocoa.m +++ b/bin/gfx/cocoa.m @@ -95,8 +95,8 @@ if (!input(in)) { [NSApp terminate: self]; } - [self setWindowTitle]; [self draw]; + [self setWindowTitle]; } } @end diff --git a/bin/gfx/x11.c b/bin/gfx/x11.c index 524c8c63..82d5c833 100644 --- a/bin/gfx/x11.c +++ b/bin/gfx/x11.c @@ -104,8 +104,8 @@ int main(int argc, char *argv[]) { KeySym sym = XLookupKeysym(&key, key.state & ShiftMask); if (sym > 0x80) break; if (!input(sym)) return EX_OK; - XStoreName(display, window, status()); drawWindow(); + XStoreName(display, window, status()); } break; case ConfigureNotify: { -- cgit 1.4.1 owmsg=1&follow=1'>log tree commit diff
path: root/bin/1sh/memalloc.c (unfollow)
Commit message (Collapse)Author
2020-02-12Update catgirl pty grabJune McEnroe
2020-02-12Link to cgit /about pages where appropriateJune McEnroe
2020-02-11Separate LINKS from BINS for html to workJune McEnroe
2020-02-11Add margin to Bl-bullet itemsJune McEnroe
2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe
2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe
Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable.
2020-02-09Add To Be Taught, If FortunateJune McEnroe
2020-02-04Add The Future of Another TimelineJune McEnroe
Wow. One of the best I've read.
2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe
Broke out LDLIBS for each bin, and made everything more uniform.
2020-01-28Change scout sensitivity to 1.4June McEnroe
idk it seems to work.
2020-01-28Import shows.txtJune McEnroe3' class='logmsg'> I love how simple this is.
2021-02-07Set cursor theme and sizeJune McEnroe
2021-02-07Use scrot for up -s if no screencaptureJune McEnroe
Still missing putting the URL in an X selection.
2021-02-07Enable mouse acceleration in XJune McEnroe
2021-02-07Set colours for Xt and cwmJune McEnroe
And increase XTerm internalBorder.
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that.
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
11 is what I use on macOS, but I feel like my eyes are working harder here.
2021-02-07Fully configure and rebind cwmJune McEnroe
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-.
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
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.
2021-02-06Add xterm output to schemeJune McEnroe