Нет описания

Meco Man faf3bee814 解决IAR编译器报错的问题 4 лет назад
.gitignore 1e4379fcfd Initial commit 8 лет назад
LICENSE 1e4379fcfd Initial commit 8 лет назад
README.md ef857d2055 增加busybox-vi教学视频链接 4 лет назад
README_ZH.md ef857d2055 增加busybox-vi教学视频链接 4 лет назад
SConscript fd06125d97 Import code 8 лет назад
vi.c 19751a7a11 剥离busybox属性,增加rt_dbg 4 лет назад
vi_utils.c faf3bee814 解决IAR编译器报错的问题 4 лет назад
vi_utils.h faf3bee814 解决IAR编译器报错的问题 4 лет назад

README.md

vi

中文页 | 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