mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Revert "TextEditor: Add vim status indicators to the statusbar"
This reverts commit bd6d0d2295
.
This commit is contained in:
parent
d4f40241f1
commit
31e04907b4
10 changed files with 20 additions and 171 deletions
|
@ -30,11 +30,6 @@
|
|||
|
||||
namespace GUI {
|
||||
|
||||
RegularEditingEngine::RegularEditingEngine()
|
||||
{
|
||||
m_editing_engine_type = EditingEngineType::Regular;
|
||||
}
|
||||
|
||||
CursorWidth RegularEditingEngine::cursor_width() const
|
||||
{
|
||||
return CursorWidth::NARROW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue