Нет описания

Meco Man 4761b2258d 同步至 https://github.com/mirror/busybox/commit/ac04eb3657f99f6952971d8ceb8a82d73b783de8 4 лет назад
LICENSE 1e4379fcfd Initial commit 8 лет назад
README.md 8fbe927110 Update README.md 4 лет назад
README_ZH.md e67dbab70a Update README_ZH.md 4 лет назад
SConscript eb3256f9ec [sconscript] 移除DFS依赖 Kconfig中已经选定 4 лет назад
vi.c 4761b2258d 同步至 https://github.com/mirror/busybox/commit/ac04eb3657f99f6952971d8ceb8a82d73b783de8 4 лет назад
vi_utils.c 9e7ee9182e [fix bug] strdup -> vi_strdup 4 лет назад
vi_utils.h 42fab33e6c 同步官方至https://github.com/mirror/busybox/commit/acd3079fd1be1b350ab3f75338de67ad1e933024 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

Maintenance: Meco Man

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