35 lines
697 B
Markdown
35 lines
697 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: true
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - progress_inline.fun — overview
|
|
subtitle: Documentation for progress_inline.fun — overview
|
|
description: Documentation for progress_inline.fun — overview
|
|
permalink: /documentation/examples/progress_inline/
|
|
lang: en
|
|
tags:
|
|
- documentation
|
|
- handbook
|
|
- installation
|
|
- usage
|
|
- introduction
|
|
- help
|
|
- guide
|
|
- howto
|
|
- docs
|
|
- specifications
|
|
- specs
|
|
- repl
|
|
---
|
|
|
|
# progress_inline.fun — overview
|
|
|
|
What it shows
|
|
- Inline progress updates (same line updates) for simple terminal UIs.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/progress_inline.fun
|
|
- Or: fun examples/progress_inline.fun
|