Skip to content

todi-mih/text_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

text_editor

Text Editor Implementation

A simple text editor implementation in C that supports basic text manipulation operations using a doubly linked list data structure. The editor maintains a cursor position and allows various operations to modify text.

Features

  • Move cursor left/right
  • Insert/write characters at cursor position
  • Search for specific characters
  • Undo/redo operations
  • Show current text state
  • Maximum text length of 100 characters

Input/Output

  • Reads commands from tema1.in
  • Outputs results to tema1.out

Implementation

Uses a doubly linked list to store characters and track cursor position, allowing for efficient text manipulation and navigation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages