As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #clone https://bitbucket.org/marcusva/py-sdl2 | |
| """ | |
| Distinguish azerty/qwerty/qwertz | |
| After experimenting, must SDL_INIT_VIDEO and use | |
| SDL_GetKeyFromScancode or SDL_GetScancodeFromKey | |
| The mapping is cached by SDL2; | |
| enable the event loop or use SDL_Quit to detect again. |
| class rw_spin_lock | |
| { | |
| public: | |
| rw_spin_lock() | |
| { | |
| _readers = 0; | |
| } | |
| public: | |
| void acquire_reader() |