mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
Remove XXX.
This commit is contained in:
@@ -633,7 +633,7 @@ window_customize_draw_key(__unused struct window_customize_modedata *data,
|
|||||||
}
|
}
|
||||||
default_bd = key_bindings_get_default(kt, bd->key);
|
default_bd = key_bindings_get_default(kt, bd->key);
|
||||||
if (default_bd != NULL) {
|
if (default_bd != NULL) {
|
||||||
default_cmd = cmd_parse_print(default_bd->cmd); /* XXX */
|
default_cmd = cmd_parse_print(default_bd->cmd);
|
||||||
if (strcmp(cmd, default_cmd) != 0 &&
|
if (strcmp(cmd, default_cmd) != 0 &&
|
||||||
!screen_write_text(ctx, cx, sx, sy - (s->cy - cy), 0,
|
!screen_write_text(ctx, cx, sx, sy - (s->cy - cy), 0,
|
||||||
&grid_default_cell, "The default is: %s", default_cmd)) {
|
&grid_default_cell, "The default is: %s", default_cmd)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user