Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
6731 Patches minor always 2013-03-03 21:04 2014-09-15 15:59
silent Local  
wheals Linux  
normal Console  
resolved 0.12 ancient branch  
0.12-a0-2453-g8c2c45f done  
none    
none 0.16 ancient branch  
0006731: Delete key does nothing
As said in command description, <Del> should wait for one turn. Patch fixes it to do CMD_MOVE_NOWHERE.
? file icon DELETE-key-fix.patch [^] (1,133 bytes) 2013-03-03 21:04 [Show Content]
? file icon DELETE-Key-fix-SDL.patch [^] (840 bytes) 2013-03-04 19:30 [Show Content]
Issue History
2013-03-03 21:04 silent New Issue
2013-03-03 21:04 silent File Added: DELETE-key-fix.patch
2013-03-04 19:30 silent File Added: DELETE-Key-fix-SDL.patch
2013-03-07 14:13 Cryptic Note Added: 0021303
2014-09-15 15:59 wheals Note Added: 0027263
2014-09-15 15:59 wheals Status new => resolved
2014-09-15 15:59 wheals Fixed in Branch => 0.16 development branch
2014-09-15 15:59 wheals Resolution open => done
2014-09-15 15:59 wheals Assigned To => wheals

Notes
(0021303)
Cryptic   
2013-03-07 14:13   
Patch looks reasonable to me, but what is this change for?

- rgetch = m_getch;
+ rgetch = getch_ck;

Admittedly, I'm not familiar w/ the macro code, could be something obvious that isn't springing out at me.
(0027263)
wheals   
2014-09-15 15:59   
This seems to have been fixed independently at some point?