mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
csi: comment out handling of CSI ? 1042/1043 h/l
In Wayland, we neither _have_ an urgency hint to set, nor can we raise the window(?)
This commit is contained in:
parent
42eef90268
commit
5f6d230c10
1 changed files with 4 additions and 0 deletions
4
csi.c
4
csi.c
|
|
@ -775,6 +775,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
/* metaSendsEscape - we always send escape */
|
/* metaSendsEscape - we always send escape */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#if 0
|
||||||
case 1042:
|
case 1042:
|
||||||
LOG_WARN("unimplemented: 'urgency' window manager hint on ctrl-g");
|
LOG_WARN("unimplemented: 'urgency' window manager hint on ctrl-g");
|
||||||
break;
|
break;
|
||||||
|
|
@ -782,6 +783,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
case 1043:
|
case 1043:
|
||||||
LOG_WARN("unimplemented: raise window on ctrl-g");
|
LOG_WARN("unimplemented: raise window on ctrl-g");
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
case 1049:
|
case 1049:
|
||||||
if (term->grid != &term->alt) {
|
if (term->grid != &term->alt) {
|
||||||
|
|
@ -873,6 +875,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
LOG_WARN("unimplemented: meta does *not* send escape");
|
LOG_WARN("unimplemented: meta does *not* send escape");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#if 0
|
||||||
case 1042:
|
case 1042:
|
||||||
/* 'urgency' window manager hint on ctrl-g */
|
/* 'urgency' window manager hint on ctrl-g */
|
||||||
break;
|
break;
|
||||||
|
|
@ -880,6 +883,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
case 1043:
|
case 1043:
|
||||||
/* raise window on ctrl-g */
|
/* raise window on ctrl-g */
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
case 1049:
|
case 1049:
|
||||||
if (term->grid == &term->alt) {
|
if (term->grid == &term->alt) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue