diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
commit | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (patch) | |
tree | 7567ef81880722ae42fa92aec1bd0a7703ac2a15 /Source/Kernel/Ressources | |
parent | a43236e7017b6500e6563aa8654c8d8f56226615 (diff) | |
download | Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.tar.gz Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.zip |
We now have scrollable virtual terminals !
Diffstat (limited to 'Source/Kernel/Ressources')
-rw-r--r-- | Source/Kernel/Ressources/Graphics/logo.text.cxd (renamed from Source/Kernel/Ressources/logo.cxd) | 0 | ||||
-rw-r--r-- | Source/Kernel/Ressources/Keymaps/fr.cxd (renamed from Source/Kernel/Ressources/keymap-fr.wtf.cxd) | 10 | ||||
-rw-r--r-- | Source/Kernel/Ressources/Texts/Info.txt (renamed from Source/Kernel/Ressources/Info.txt) | 0 | ||||
-rw-r--r-- | Source/Kernel/Ressources/Texts/Welcome.txt (renamed from Source/Kernel/Ressources/Welcome.txt) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Source/Kernel/Ressources/logo.cxd b/Source/Kernel/Ressources/Graphics/logo.text.cxd index 6cacdb1..6cacdb1 100644 --- a/Source/Kernel/Ressources/logo.cxd +++ b/Source/Kernel/Ressources/Graphics/logo.text.cxd diff --git a/Source/Kernel/Ressources/keymap-fr.wtf.cxd b/Source/Kernel/Ressources/Keymaps/fr.cxd index f24c14d..8cfdf8c 100644 --- a/Source/Kernel/Ressources/keymap-fr.wtf.cxd +++ b/Source/Kernel/Ressources/Keymaps/fr.cxd @@ -1,6 +1,6 @@ //This file is precious !!! Very precious !! -WChar keymapFR_normal[128] = { +WChar keymap_normal[128] = { /* 0x00 */ "", "", "&", "é", "\"", "'", "(", "-", "è", "_", "ç", "à", ")", "=", "", "", /* 0x10 */ "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "", "", "q", "s", /* 0x20 */ "d", "f", "g", "h", "j", "k", "l", "m", "ù", "²", "", "*", "w", "x", "c", "v", @@ -11,7 +11,7 @@ WChar keymapFR_normal[128] = { /* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; -WChar keymapFR_shift[128] = { +WChar keymap_shift[128] = { /* 0x00 */ "", "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "°", "+", "", "", /* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "£", "", "", "Q", "S", /* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "µ", "W", "X", "C", "V", @@ -22,7 +22,7 @@ WChar keymapFR_shift[128] = { /* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", }; -WChar keymapFR_caps[128] = { +WChar keymap_caps[128] = { /* 0x00 */ "", "", "&", "É", "\"", "'", "(", "-", "È", "_", "Ç", "À", ")", "=", "", "", /* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "$", "", "", "Q", "S", /* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "Ù", "²", "", "*", "W", "X", "C", "V", @@ -33,7 +33,7 @@ WChar keymapFR_caps[128] = { /* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", }; -WChar keymapFR_altgr[128] = { +WChar keymap_altgr[128] = { /* 0x00 */ "", "", "¹", "~", "#", "{", "[", "|", "`", "\\", "^", "@", "]", "}", "", "", /* 0x10 */ "æ", "«", "€", "¶", "ŧ", "←", "↓", "→", "ø", "þ", "¨", "¤", "", "", "@", "ß", /* 0x20 */ "ð", "đ", "ŋ", "ħ", "j", "ĸ", "ł", "µ", "^", "¬", "", "`", "ł", "»", "¢", "“", @@ -44,7 +44,7 @@ WChar keymapFR_altgr[128] = { /* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", }; -WChar keymapFR_shiftaltgr[128] = { +WChar keymap_shiftaltgr[128] = { /* 0x00 */ "", "", "¡", "⅛", "£", "$", "⅜", "⅝", "⅞", "™", "±", "°", "¿", "˛", "", "", /* 0x10 */ "Æ", "<", "¢", "®", "Ŧ", "¥", "↑", "ı", "Ø", "Þ", "°", "¯", "", "", "Ω", "§", /* 0x20 */ "Ð", "ª", "Ŋ", "Ħ", "J", "&", "Ł", "º", "ˇ", "¬", "", "˘", "Ł", ">", "©", "‘", diff --git a/Source/Kernel/Ressources/Info.txt b/Source/Kernel/Ressources/Texts/Info.txt index 1a57fc9..1a57fc9 100644 --- a/Source/Kernel/Ressources/Info.txt +++ b/Source/Kernel/Ressources/Texts/Info.txt diff --git a/Source/Kernel/Ressources/Welcome.txt b/Source/Kernel/Ressources/Texts/Welcome.txt index 67bb8b2..67bb8b2 100644 --- a/Source/Kernel/Ressources/Welcome.txt +++ b/Source/Kernel/Ressources/Texts/Welcome.txt |