GithubHelp home page GithubHelp logo

c-edit's People

Contributors

mojadita avatar mysterywolf avatar velorek1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

c-edit's Issues

Backspace Key

I do not understand why the backspace key does not delete the characters as in any normal editor

Crashes on NetBSD and OpenBSD

Compiles well but when ran the main screen is partially displayed before crashing:

Screenshot

On OpenBSD it even disconnects the SSH session. Email me at [email protected] if you want to test for yourself, I can give you an account on my server.

OpenBSD 6.3 GENERIC#100 amd64
OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1)

NetBSD netbsd 8.0 NetBSD 8.0 (GENERIC) #0: Tue Jul 17 14:59:51 UTC 2018 [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC amd64
gcc (nb2 20180327) 5.5.0

Improve portability

Nice project!

I just tried to build C-edit under Serenity OS and got this far:

i686-pc-serenity-gcc    -c -o main.o main.c
i686-pc-serenity-gcc    -c -o rterm.o rterm.c
i686-pc-serenity-gcc    -c -o listc.o listc.c
i686-pc-serenity-gcc    -c -o scbuf.o scbuf.c
i686-pc-serenity-gcc    -c -o opfile.o opfile.c
i686-pc-serenity-gcc    -c -o uintf.o uintf.c
i686-pc-serenity-gcc    -c -o fileb.o fileb.c
i686-pc-serenity-gcc    -c -o keyb.o keyb.c
opfile.c: In function 'listFiles':
opfile.c:612:25: error: 'DT_DIR' undeclared (first use in this function); did you mean 'DIR'?
       if(dir->d_type == DT_DIR) {
                         ^~~~~~
                         DIR
opfile.c:612:25: note: each undeclared identifier is reported only once for each function it appears in
opfile.c:651:25: error: 'DT_REG' undeclared (first use in this function); did you mean 'F_RED'?
       if(dir->d_type == DT_REG) {
                         ^~~~~~
                         F_RED
<builtin>: recipe for target 'opfile.o' failed
make: *** [opfile.o] Error 1

Apparently you can use stat instead of d_type to make it more portable. Apparently d_type is a BSDism.

Box drawing glitches on FreeBSD

The box drawing lines are missing and the colors are off when running on FreeBSD:

Screenshot

FreeBSD freebsd 11.2-RELEASE FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.