mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
bc15d8950f
commit
1d2898f6ab
14 changed files with 23 additions and 18 deletions
|
@ -20,7 +20,7 @@ const char* Terminal::FONT_TYPES[4] = {
|
|||
};
|
||||
|
||||
const Terminal::KeyMap Terminal::KEY_MAP = {
|
||||
// Godot does not have seperate scancodes for keypad keys when NumLock is
|
||||
// Godot does not have separate scancodes for keypad keys when NumLock is
|
||||
// off. We can check the unicode value to determine whether it is off and
|
||||
// set the appropriate scancode. Based on the patch which adds support for
|
||||
// this to TextEdit/LineEdit:
|
||||
|
|
|
@ -377,7 +377,7 @@ Dictionary PTYUnix::fork(
|
|||
}
|
||||
}
|
||||
|
||||
// reenable signals
|
||||
// re-enable signals
|
||||
pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
|
||||
|
||||
switch (pid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue