rostok
rostok
### Versions ConEmu build: 161206 x64/x32 OS version: Windows 10 x64 Used shell version: cmd.exe (10.0.14393.0) or Far (4774 x86) ### Problem description cmd.exe spawned as separate window has some...
I am saving my game state into structure ` local saveData = { game = game:serializeTab(), view = view:serializeTab(), actors = {} } ` then actors table is filled in...
As in the title, for reasons unknown ConEmu will overwrite registry value of FontSize. This has nothing to do putting these values after adjusting settings. Moreover the value is the...
problem is the missing .dll that has no warning about. the solution is to add `-static-libstdc++` to CXXFLAGS in makefile full makefile: ```CXX ?= g++ CXXFLAGS = -W -Wall -Wno-unused-result...