Implement shortcut/underscore for input button

This commit is contained in:
Nic Soudée
2018-06-24 15:25:26 +00:00
committed by Adrien Destugues
parent bdaf4d6748
commit a01e7eea69
12 changed files with 60 additions and 27 deletions

View File

@@ -988,7 +988,7 @@ int Window_Histogram(unsigned char block_start, unsigned char block_end, dword*
1,
old_height+1,MC_Black);
histo = Window_set_special_button(3, 27, j*bar_width, 100); // 2
histo = Window_set_special_button(3, 27, j*bar_width, 100,0); // 2
Update_window_area(0,0,263,150);
Display_cursor();