xtmux icon indicating copy to clipboard operation
xtmux copied to clipboard

fork of tmux with builtin X11 terminal. The branches under nox/ contain only non-X11 changes.

Results 12 xtmux issues
Sort by recently updated
recently updated
newest added

When scrolling multiple lines an a time when part of the window is obscured, so that some lines are moved and some are redrawn, there is corruption. Observed in copy...

Starting with 1.8, new xtmux windows sometimes end up sized 80x24, perhaps because of an out-of-order resize.

bug

xtmux.c is too big. Some things can be redistributed other places, other things should be put in xtmux.h or something, and associated structs should be renamed.

In copy mode, every time the selection is updated (e.g., by moving the mouse), it redraws the whole screen, which is flickery and slow. Either window-copy could be smarter about...

Related to issues #3 and #4, allow a list of fonts and fallback to subsequent fonts when glyphs aren't defined, like urxvt. This does sound like a lot of overhead,...

Combining utf8 characters, which involve putting multiple unicode characters in a single cell, don't display correctly (seem to produce character FF?). I suspect the xmb interfaces will be needed here,...

bug

Currently no checking is done for compatible font (or character) extents. One option is to use the largest font. Another is to mask. Presumably the latter would be prefereable to...

xtmux just uses the default pointer for now. Should use the text pointer or possibly something context sensitive. Also might want to hide the pointer sometimes.

It is possible that an expose event and a draw call get reordered so that the expose ends up drawing on top of the already drawn display. One blunt solution...

bug

Most terminals change the cursor on blur. Some also support fading.