00:16:20 -!- amalloy is now known as amalloy_ 00:40:20 Alphaeus (L15 OpFi) Crash caused by signal #15: Terminated (Orc:2) 01:21:00 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-2313-g5eb34e082d 02:48:13 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:30:45 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-2313-g5eb34e082d 09:23:30 Stable (0.22) branch on underhound.eu updated to: 0.22.1-59-ge965b3aba3 11:24:57 Stable (0.23) branch on underhound.eu updated to: 0.23.1-89-g277498a001 15:30:23 -!- amalloy_ is now known as amalloy 16:30:27 for some reason that colemak patch i submitted seems to have messed up tab-auto attack 16:33:23 i'm not sure what would cause that though 16:37:50 oh. that makes sense actually. runrin: i bet when you press tab it attacks right, yeah? 16:37:51 does tab just do whatever ctrl-i does? 16:37:57 yep 16:38:18 the ascii code for tab is ctrl-i 16:38:23 ohh 16:38:26 like return is ctrl-m 16:38:32 got it 16:38:44 so thats not exactly fixable huh? 16:39:15 probably not 16:40:14 hmm 16:40:15 not having tab be auto attack will probably confuse everyone who uses the colemak bindings 16:41:38 i bet it works in tiles 16:42:36 it actually doesnt 16:42:47 it still swings right 16:47:21 Tsukuru (L16 MiMo) ERROR in 'mon-movetarget.cc' at line 115: ZotDef: monster plant failed to pathfind to (40,26) (the Orb) (Zot (ZotDef)) 23:24:54 some googling turns up libtermkey and S8C1T mode, which seem to support direct passthrough of special keys, but with certain caveats 23:25:29 not least of which would be the need to replace crawl's ncurses layer 23:28:05 on windows console, tab seems to be directly mapped to ctrl-i, but I'm not sure why that'd be the case for tiles 23:28:30 !source libw32c.cc:631 23:28:33 https://github.com/crawl/crawl/blob/master/crawl-ref/source/libw32c.cc#L631