William Casarin
William Casarin
I came here trying to figure out why any git action is taking like 1 second... this was why: ``` time delta real 0m1.050s user 0m0.029s sys 0m0.027s ``` vs...
delta 0.18.2 rxvt-unicode (urxvt) v9.31
I'm using urxvtd (daemon) with urxvtc. I wonder if that has anything to do with it? I will try #1910
`delta timings (ms after start): tty setup: 1002.7 ms, read configs: 1009.4 ms, query processes: 0.0 ms, first paint: 0.0`
looks like this a `terminal_colorsaurus` issue? bumping colorsaurus to `0.4.5` didn't seem to change anything: ``` delta timings (ms after start): tty setup: 1005.8 ms, read configs: 1015.7 ms, query...
On Tue, Nov 19, 2024 at 10:13:18AM GMT, Tau GΓ€rtli wrote: >> rxvt-unicode (urxvt) v9.31 >I use the `TERM` env var to detect urxvt. Do you overwrite the TERM env...
looks like I had: ``` URxvt*termName: rxvt ``` in my `~/.Xresources` for whatever reason. removing it defauts TERM to `rxvt-unicode-256color`
> looks like I had: > > ``` > URxvt*termName: rxvt > ``` > > in my `~/.Xresources` > > for whatever reason. removing it defauts TERM to `rxvt-unicode-256color` -...
- Will be fixed by #2041