diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-09 17:05:26 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-09 17:05:26 +0200 |
commit | 6f00c13ce3e567bfa59aee35cd1e77aec5b97d45 (patch) | |
tree | 73dd5a21886f9fa4c9264054f8bcdc77fd47f71f /Source/Kernel/Shell | |
parent | b9a988061e8220c5ef2406f5cd2221bf3f1b435d (diff) | |
download | Melon-6f00c13ce3e567bfa59aee35cd1e77aec5b97d45.tar.gz Melon-6f00c13ce3e567bfa59aee35cd1e77aec5b97d45.zip |
Nothing, really
Diffstat (limited to 'Source/Kernel/Shell')
-rw-r--r-- | Source/Kernel/Shell/KernelShell.class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Shell/KernelShell.class.cpp b/Source/Kernel/Shell/KernelShell.class.cpp index 8e7bebb..88b9481 100644 --- a/Source/Kernel/Shell/KernelShell.class.cpp +++ b/Source/Kernel/Shell/KernelShell.class.cpp @@ -14,7 +14,7 @@ u32int shellRun(void* ks) { } KernelShell::KernelShell(DirectoryNode* cwd) { - m_vt = new ScrollableVT(12, 76, 200, SHELL_FGCOLOR, SHELL_BGCOLOR); + m_vt = new ScrollableVT(15, 76, 200, SHELL_FGCOLOR, SHELL_BGCOLOR); ((ScrollableVT*)m_vt)->map(9); Kbd::setFocus(m_vt); m_cwd = cwd; |