You are not logged in.
As long as I've used xterm, control-middlemouse button click-and-hold brought up a menu, that included some vital things like resetting the entire scroll buffer.
For some reason, control-middlemouse no longer brings up a menu, although control-leftmouse and control-rightmouse still bring up old, familiar menus.
The Arch wiki claims control-middlemouse still does this, but I'm at a loss - I haven't tinkered with window manager configs or .Xresources in a long time.
For what it's worth:
i3 window manager
linux-zen kernel
my .Xmodmap:
remove Lock = Caps_Lock
remove Control = Control_L
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
my .Xresources:
! Transwarp shuttle flight turns Lt Paris into an amphibian.
XTerm*VT100.scrollBar: true
XTerm*VT100.saveLines: 9000
XTerm*VT100.cutNewLine: false
XTerm*VT100.cutToBeginningOfLine: false
XTerm*VT100.charClass: 33:48,35:48,37:48,42:48,45-47:48,64:48,95:48,126:48
! F2 key on PC 104-key keyboards
XTerm*VT100*translations: #override \n\
<Key>F2: insert-selection(CLIPBOARD) \n\
<Key>F3: insert-selection(PRIMARY) \n\
<Key>F4: insert-selection(SECONDARY)
scrollstyle: plain
XTerm*utf8: 1
XTerm*loginShell: true
!XTerm*on4Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
XTerm*cursorColor: orange
XTerm*pointerColor: red
XTerm*pointerColorBackground: red
XTerm*pointerShape: left_ptr
XTerm*cursorTheme: Adwaita
XTerm*faceName: Monospace
XTerm*faceSize: 18
! Large cursor for 4K screen Dell E7470
Xcursor.size: 64
Offline