Нет описания

Meco Man 79c433051e 整理代码 4 лет назад
LICENSE 1e4379fcfd Initial commit 8 лет назад
README.md fafaa938db Update README.md 4 лет назад
README_ZH.md 4fd6857fd2 Update README_ZH.md 4 лет назад
SConscript 222deab22d Update SConscript 4 лет назад
vi.c 79c433051e 整理代码 4 лет назад
vi_utils.c a21291fe7d remove isblank的实现 该函数已经在RTT中实现了 4 лет назад
vi_utils.h 428886a7e4 消除一个warning 4 лет назад

README.md

vi for RT-Thread

中文页 | English

1. Introduction

vi is a well-known text editor under Unix-like platforms. This software package is a port of vi to RT-Thread operating system, derived from the vi editor in busybox, and only implements basic editing functions.

1.1. File structure

Name Description
vi.c vi editor source file

1.2 License

vi follows the LGPLv2.1 license, see the LICENSE file for details.

2. How to Obtain

 RT-Thread online packages --->
    miscellaneous packages --->
        [*] vi: A screen-oriented text editor

3. Contact information

Maintainer: Meco Man

Homepage: https://github.com/RT-Thread-packages/vi